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