wehhhh
This commit is contained in:
parent
d616cdca1f
commit
b3d97cdc5f
35 changed files with 110 additions and 13 deletions
11
common/desktop/sway.nix
Normal file → Executable file
11
common/desktop/sway.nix
Normal file → Executable file
|
@ -17,13 +17,20 @@ in
|
|||
mako
|
||||
];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
GTK_USE_PORTAL=0;
|
||||
};
|
||||
|
||||
services.gvfs.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue