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.nix32
-rw-r--r--modules/common/projects.json69
2 files changed, 18 insertions, 83 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index aadb22bd..f9831351 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -24,6 +24,8 @@
   externalBinaries,
   ...
 }: {
+  # TODO(@bpeetz): Move this file to default options in their respective modules. <2025-05-31>
+
   soispha = {
     age.enable = true;
     boot.enable = true;
@@ -157,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;
@@ -168,10 +171,8 @@
           "~/.local/share"
           "~/.local/.Trash-1000"
 
-          "~/.mozilla/firefox"
-
           "~/media"
-          "~/school"
+          "~/documents"
           "~/repos"
         ];
       };
@@ -181,6 +182,10 @@
       i3bar-river.enable = true;
       i3status-rust.enable = true;
 
+      qutebrowser = {
+        enable = true;
+      };
+
       nvim = {
         enable = true;
         shell = pkgs.zsh;
@@ -231,12 +236,12 @@
               title = "*";
               action = "ssd";
             }
-            # This remove the focus border around Firefox (which is useful because the Firefox is nearly always in its own tag.)
-            {
-              app-id = "firefox";
-              title = "*";
-              action = "csd";
-            }
+            # # This remove the focus border around Firefox (which is useful because the Firefox is nearly always in its own tag.)
+            # {
+            #   app-id = "firefox";
+            #   title = "*";
+            #   action = "csd";
+            # }
           ];
           generalSettings = {
             # background
@@ -260,18 +265,15 @@
           };
           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
           ];
         };
       };
-      firefox.enable = true;
       mpv.enable = true;
-      steam.enable = true;
+      steam.enable = false;
       ssh.enable = true;
       swaylock.enable = true;
       timewarrior.enable = true;
@@ -286,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 36a2ae45..ff08ce5a 100644
--- a/modules/common/projects.json
+++ b/modules/common/projects.json
@@ -1,7 +1,4 @@
 {
-  "3d-printer": {
-    "prefix": "hardware"
-  },
   "aoc": {
     "prefix": "programming/advent_of_code"
   },
@@ -15,19 +12,7 @@
       "pc": {}
     }
   },
-  "camera": {
-    "prefix": "programming/zig"
-  },
-  "hardware": {
-    "prefix": "research"
-  },
-  "input": {
-    "prefix": "research",
-    "subprojects": {
-      "dotfiles": {},
-      "read-things": {}
-    }
-  },
+  "esc": {},
   "latex": {
     "prefix": "programming/latex"
   },
@@ -40,42 +25,6 @@
       "sweden": {}
     }
   },
-  "possible-projects": {
-    "prefix": "research"
-  },
-  "presentation": {
-    "prefix": "research"
-  },
-  "school": {
-    "prefix": "research",
-    "subprojects": {
-      "biologie": {},
-      "chemie": {
-        "subprojects": {
-          "facharbeit": {}
-        }
-      },
-      "deutsch": {},
-      "english": {},
-      "extern": {
-        "subprojects": {
-          "bwinf": {},
-          "dsa": {}
-        }
-      },
-      "geographie": {},
-      "geschichte": {},
-      "infomatik": {},
-      "klausuren": {},
-      "latein": {},
-      "mathematik": {},
-      "musik": {},
-      "philosophie": {},
-      "physik": {},
-      "sozialkunde": {},
-      "sport": {}
-    }
-  },
   "server": {
     "prefix": "config",
     "subprojects": {
@@ -87,15 +36,8 @@
       "sudo-less": {}
     }
   },
-  "serverphone": {
-    "prefix": "programming/rust"
-  },
   "smartphone": {
-    "prefix": "hardware",
-    "subprojects": {
-      "airdrop": {},
-      "airplay": {}
-    }
+    "prefix": "hardware"
   },
   "system": {
     "prefix": "config",
@@ -122,12 +64,5 @@
       "netflix": {},
       "youtube": {}
     }
-  },
-  "trinitrix": {
-    "prefix": "programming/rust",
-    "subprojects": {
-      "documentation": {},
-      "testing": {}
-    }
   }
 }