Various GUI fixes

This commit is contained in:
2023-08-27 20:04:53 +01:00
parent 0672e94962
commit 3286cc0bcb
4 changed files with 18 additions and 18 deletions

View File

@@ -260,6 +260,11 @@ in
emoji-mode = "copy";
};
};
swaylock = {
enable = true;
# need to use system swaylock for PAM reasons
package = pkgs.runCommandWith { name = "swaylock-dummy"; } ''mkdir $out'';
};
chromium = {
enable = true;