Commit f86a648cbda2

Vincent Demeester <vincent@sbr.pm>
2026-02-11 07:35:13
chore: removed unused packages and services
Removed blueberry (keeping blueman for systray/service), bootc tools, dictd service, and devenv. Kept iwd (NetworkManager backend), dagger, and other required services.
1 parent b5e568e
Changed files (4)
home
common
systems
common
kyushu
home/common/dev/base.nix
@@ -23,7 +23,6 @@
     # try
     jujutsu
     # jj-fzf
-    devenv
     chmouzies-git
 
     rclone
systems/common/hardware/bluetooth.nix
@@ -15,6 +15,5 @@
       };
     };
   };
-  environment.systemPackages = lib.optional (builtins.isString desktop) pkgs.blueberry;
   services.blueman.enable = builtins.isString desktop;
 }
systems/common/services/containers.nix
@@ -7,14 +7,10 @@
   virtualisation.podman = {
     enable = true;
     extraPackages = with pkgs; [
-      podman-bootc
       virtiofsd
     ];
   };
-  environment.systemPackages = with pkgs; [
-    podman-bootc
-    bootc
-  ];
+  environment.systemPackages = with pkgs; [ ];
   virtualisation.containers = {
     enable = true;
     registries = {
systems/kyushu/extra.nix
@@ -52,15 +52,6 @@
         '';
       };
     };
-    dictd = {
-      enable = true;
-      DBs = with pkgs.dictdDBs; [
-        wiktionary
-        wordnet
-        fra2eng
-        eng2fra
-      ];
-    };
     locate = {
       enable = true;
       pruneBindMounts = true;