mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
7 current 2024-05-27 21:54:37 24.11.20240524.bfb7a88 Unknown *
This commit is contained in:
parent
125308e430
commit
daabff6fef
3 changed files with 8 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
github.com:
|
||||
user: sadan4
|
||||
git_protocol: ssh
|
||||
users:
|
||||
sadan4: {}
|
Loading…
Reference in a new issue