7 current 2024-05-27 21:54:37 24.11.20240524.bfb7a88 Unknown *

This commit is contained in:
sadan 2024-05-27 21:54:39 -04:00
parent 125308e430
commit daabff6fef
No known key found for this signature in database
3 changed files with 8 additions and 7 deletions

View file

@ -3,6 +3,12 @@ keys:
- &laptop age1tq8zaaqe8t4u2jgyf7usngtzyql0ymyxq6hntmu04vt5ypwhxensmzynhl
- &win10 age1cz006hex596lmj88kkhrkvq89luqk59hxuq83q4kvhz82ltwpe4ss8gm3t
creation_rules:
- path_regex: secrets/hosts.yml
key_groups:
- age:
- *desktop
- *laptop
- *win10
- path_regex: secrets.yaml$
key_groups:
- age:

View file

@ -23,8 +23,8 @@
"$HOME/.local/bin"
];
aliases = {
paste = "xsel -ob";
copy = "xsel -ib";
paste = "xsel -ob || wslclip -g";
copy = "xsel -ib || wslclip";
b = "/home/${config.home.username}/nixos/build";
};
};

View file

@ -1,5 +0,0 @@
github.com:
user: sadan4
git_protocol: ssh
users:
sadan4: {}