This commit is contained in:
waveringana 2025-06-11 01:13:48 -04:00
parent d616cdca1f
commit b3d97cdc5f
35 changed files with 110 additions and 13 deletions

11
common/desktop/sway.nix Normal file → Executable file
View 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 = {