System Gen72 @ 2025-06-24-20:17:47 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-06-24 20:17:48 +02:00
parent 68080abad7
commit 0cdd119f99
2 changed files with 0 additions and 6 deletions

View File

@ -45,8 +45,6 @@
hive.nix-scripts.enable = true;
hive.displayManager.name = "sddm";
hive.plasma.enable = true;
hive.kwallet.enable = true;
hive.kwallet.forUsers = ["jonas"];
hive.virt-manager.enable = true;
hive.virt-manager.forUsers = ["jonas"];
hive.bluetooth.enable = true;

View File

@ -11,9 +11,5 @@ in {
enable = true;
wayland.enable = true;
};
environment.systemPackages = with pkgs; [
kdePackages.kwallet
kdePackages.kwalletmanager
];
};
}