about summary refs log tree commit diff stats
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/default.nix11
-rw-r--r--modules/common/projects.json3
2 files changed, 6 insertions, 8 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index a272bd52..f9831351 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -159,7 +159,8 @@
             "~/.local/share/unison"
 
             # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> )
-            "~/media/music"
+            "~/media/music/beets.old"
+            "~/media/music/deerix"
             "~/.local/share/Steam"
           ]
           ++ homeManagerSymlinks;
@@ -171,7 +172,7 @@
           "~/.local/.Trash-1000"
 
           "~/media"
-          "~/school"
+          "~/documents"
           "~/repos"
         ];
       };
@@ -264,9 +265,7 @@
           };
           backgroundStart = [
             # TODO(@bpeetz): Move these to systemd units/their own modules <2025-05-18>
-            pkgs.gammastep
 
-            pkgs.mako
             ["${lib.getExe pkgs.swaybg}" "--image" "${./abstract-nord.png}"]
             pkgs.swayidle
             pkgs.alacritty
@@ -274,7 +273,7 @@
         };
       };
       mpv.enable = true;
-      steam.enable = true;
+      steam.enable = false;
       ssh.enable = true;
       swaylock.enable = true;
       timewarrior.enable = true;
@@ -289,13 +288,11 @@
         projects = builtins.fromJSON (builtins.readFile ./projects.json);
       };
       nix-index.enable = true;
-      yambar.enable = false;
       yt.enable = true;
       zathura.enable = true;
       zsh.enable = true;
     };
 
-    sound.enable = true;
     version.enable = true;
   };
 }
diff --git a/modules/common/projects.json b/modules/common/projects.json
index 7b0b502a..ff08ce5a 100644
--- a/modules/common/projects.json
+++ b/modules/common/projects.json
@@ -12,6 +12,7 @@
       "pc": {}
     }
   },
+  "esc": {},
   "latex": {
     "prefix": "programming/latex"
   },
@@ -36,7 +37,7 @@
     }
   },
   "smartphone": {
-    "prefix": "hardware",
+    "prefix": "hardware"
   },
   "system": {
     "prefix": "config",