Switch over to flake

This commit is contained in:
Lauren Lagarde 2025-03-09 15:52:40 -05:00
parent 97cde8a8e7
commit 5b12457e40
12 changed files with 167 additions and 23 deletions

12
base.nix Normal file
View 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;
}