remove old sops stuff

This commit is contained in:
Niccolo Borgioli 2025-03-10 21:56:26 +01:00
parent 35bcf9f534
commit f32120de52
5 changed files with 15 additions and 11 deletions

2
.envrc
View File

@ -1,2 +0,0 @@
# export SOPS_AGE_KEY_FILE=${HOME}/.config/sops/age/keys.txt
export SOPS_AGE_KEY_FILE=$(pwd)/.keys.txt

View File

@ -1,4 +0,0 @@
creation_rules:
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
age: >-
age1fwwfdh3np846pcwlsre2d8py3a8z5gfltx3jcyghdfx9esn6a40sm60mdj

View File

@ -39,13 +39,25 @@
system.defaults.dock.persistent-others = [ ];
# Input devices
system.keyboard.enableKeyMapping = true;
system.keyboard.remapCapsLockToEscape = true;
system.keyboard = {
enableKeyMapping = true;
remapCapsLockToEscape = true;
userKeyMapping = [
{
# Unbind cmd + space
HIDKeyboardModifierMappingSrc = 30064771129; # Command + Space
HIDKeyboardModifierMappingDst = 0; # No action (unbind)
}
];
};
system.defaults.NSGlobalDomain.InitialKeyRepeat = 25;
system.defaults.NSGlobalDomain.KeyRepeat = 2;
system.defaults.NSGlobalDomain."com.apple.mouse.tapBehavior" = 1;
system.defaults.NSGlobalDomain."com.apple.trackpad.scaling" = 0.875;
system.defaults.trackpad.Dragging = true;
system.defaults.trackpad = {
Dragging = true;
Clicking = true;
};
# Finder
system.defaults.finder.AppleShowAllExtensions = true;

View File

@ -3,7 +3,6 @@
pkgs,
lib,
config,
sops-nix,
...
}:
{

View File

@ -21,7 +21,6 @@ with pkgs;
woff2
bat
rsync
sops
# Dev
devenv