mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
Up
This commit is contained in:
@@ -1,24 +1,11 @@
|
||||
{
|
||||
|
||||
# TODO:
|
||||
# choose output sound
|
||||
# choose wallpaper
|
||||
# import wireguard config
|
||||
# powermenu
|
||||
# menu
|
||||
# custom colors on all config files
|
||||
# vim format on save
|
||||
imports = [ ./scripts.nix ./sshconfig.nix ];
|
||||
|
||||
# TODO:
|
||||
# custom colors on all config files
|
||||
# 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user