Split config down further

This commit is contained in:
Patrick Menking 2024-09-16 08:45:50 -04:00
parent 9eb20764d5
commit dd7683a756
3 changed files with 17 additions and 15 deletions

16
modules/programs.nix Normal file
View file

@ -0,0 +1,16 @@
{
environment.systemPackages = with pkgs; [
neovim
wget
git
screen
curl
firefox
fish
];
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
}