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

View file

@ -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
];
}