migrate to clan
This commit is contained in:
11
machines/haze/sway.nix
Normal file
11
machines/haze/sway.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
users.users."rpqt".extraGroups = [ "video" ];
|
||||
programs.light.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user