Sway enabled

This commit is contained in:
TheWanderingCrow 2024-09-15 15:50:17 -04:00
parent 00ff6ff067
commit 1eb1749943

View file

@ -14,10 +14,16 @@
screen
curl
firefox
fish
];
users.users.crow = {
isNormalUser = true;
extraGroups = [ "wheel" "networking" ];
};
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
}