Switch over to flake
This commit is contained in:
parent
97cde8a8e7
commit
5b12457e40
12 changed files with 167 additions and 23 deletions
12
base.nix
Normal file
12
base.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }: {
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
imports = [
|
||||
./programs/vim.nix
|
||||
./programs/gpg.nix
|
||||
];
|
||||
|
||||
# Self-hosting
|
||||
programs.bash.enable = true;
|
||||
programs.home-manager.enable = true;
|
||||
}
|
Reference in a new issue