diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index 680514a1..e5172921 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -116,9 +116,6 @@ # Should not be synchronized "~/.local/share/unison" - # It's pointless to synchronize that - "~/.local/share/cargo/shared-target" - # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> ) "~/.local/share/Steam" ] @@ -222,16 +219,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; |
