Prepared arkenfox settings

This commit is contained in:
Bryan Ramos 2024-06-15 14:42:43 -04:00
parent 548b45c571
commit d9c856f73e
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 391 additions and 28 deletions

View file

@ -14,8 +14,6 @@ userConfigs = rec {
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
keys = import ./keys;
gitConfig = optionalAttrs modules.git.enable {
userName = "Bryan Ramos";
userEmail = email;
@ -25,6 +23,7 @@ userConfigs = rec {
};
};
keys = import ./keys;
bookmarks = import ./bookmarks;
};