This commit is contained in:
Hadi
2024-03-11 23:19:59 +01:00
parent fc06455cbf
commit 720c6a3dbb
9 changed files with 162 additions and 64 deletions
+5 -18
View File
@@ -1,24 +1,11 @@
{
imports = [ ./scripts.nix ./sshconfig.nix ];
# TODO:
# choose output sound
# choose wallpaper
# import wireguard config
# powermenu
# menu
# custom colors on all config files
# vim format on save
# auto update
# auto remove old
# script to edit, rebuild, push
home.file = {
".ssh/config" = {
text = ''
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/github
'';
executable = false;
};
};
}