restarted from the very beginning

This commit is contained in:
kenji
2025-12-22 08:42:00 -06:00
parent fc765ee94f
commit ec424cd6d8
14 changed files with 0 additions and 809 deletions
-15
View File
@@ -1,15 +0,0 @@
{}: {
programs = {
kitty.enable = true;
zsh.enable = true;
starship.enable = true;
};
imports = [
../../pkgs/fish/home.nix
../../pkgs/kitty/home.nix
../../pkgs/fonts/home.nix
../../pkgs/neovim/home.nix
../../pkgs/starship/home.nix
];
}