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

View file

@ -7,23 +7,8 @@
system.stateVersion = "24.05";
time.timeZone = "America/New_York";
environment.systemPackages = with pkgs; [
neovim
wget
git
screen
curl
firefox
fish
];
users.users.crow = {
isNormalUser = true;
extraGroups = [ "wheel" "networking" ];
};
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
}