mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 18:14:04 +05:30
Condensed home.nix into many more modules!
This commit is contained in:
parent
3fd5341fbe
commit
4a44c06a43
14 changed files with 258 additions and 155 deletions
|
@ -29,4 +29,10 @@ in
|
|||
enableCompletion = true;
|
||||
shellAliases = myAliases;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neofetch lolcat cowsay
|
||||
gnugrep gnused
|
||||
bat exa bottom fd
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue