Condensed home.nix into many more modules!

This commit is contained in:
Emmet
2023-06-10 23:04:03 -05:00
parent c408d0892b
commit 7383123482
14 changed files with 258 additions and 155 deletions

View File

@@ -29,4 +29,10 @@ in
enableCompletion = true;
shellAliases = myAliases;
};
home.packages = with pkgs; [
neofetch lolcat cowsay
gnugrep gnused
bat exa bottom fd
];
}