diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index ea9f2ded..91c45040 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -105,7 +105,6 @@ # Already synchronized by mbsync "~/.local/share/maildir" - # "Unknown filetype" (and there is no real reason to (try to) synchronize sockets) "~/.local/share/gnupg/S.gpg-agent" "~/.local/share/gnupg/S.gpg-agent.browser" @@ -127,6 +126,9 @@ "~/.local/share" "~/.local/.Trash-1000" + "~/.config/lutris" + "~/.config/AusweisApp" + "~/media" "~/documents" "~/repos" @@ -219,16 +221,10 @@ pointer-1133-49970-Logitech_Gaming_Mouse_G502 = [["pointer-accel" "0"] ["accel-profile" "none"]]; pointer-12951-6505-ZSA_Technology_Labs_Moonlander_Mark_I = [["pointer-accel" "0"] ["accel-profile" "none"]]; }; - backgroundStart = [ - # TODO(@bpeetz): Move these to systemd units/their own modules <2025-05-18> - - ["${lib.getExe pkgs.swaybg}" "--image" "${./abstract-nord.png}"] - pkgs.swayidle - ]; }; }; mpv.enable = true; - steam.enable = false; + steam.enable = true; ssh.enable = true; swaylock.enable = true; timewarrior.enable = true; |
