add host haze base nixos config
This commit is contained in:
parent
4292814f4c
commit
a47014b41a
10 changed files with 208 additions and 0 deletions
11
hosts/haze/sway.nix
Normal file
11
hosts/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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue