refactor: Move user config into modules/
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
homeConfiguration = { config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
./programs.nix
|
||||
# ./programs.nix
|
||||
./files.nix
|
||||
];
|
||||
|
||||
@@ -31,6 +31,18 @@
|
||||
enable = true;
|
||||
keyFile = "/persist/private-keys/age/${config.home.username}";
|
||||
};
|
||||
# Personal configurations.
|
||||
users.crumb = {
|
||||
age.enable = true;
|
||||
bash.enable = true;
|
||||
direnv.enable = true;
|
||||
firefox.enable = true;
|
||||
git.enable = true;
|
||||
haskell.enable = true;
|
||||
mpd.enable = true;
|
||||
nvim.enable = true;
|
||||
emacs.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Don't touch!
|
||||
|
||||
Reference in New Issue
Block a user