mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Prepared arkenfox settings
This commit is contained in:
parent
548b45c571
commit
d9c856f73e
3 changed files with 391 additions and 28 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue