wip - buildable state

This commit is contained in:
2026-03-16 16:26:48 +01:00
parent 6d0f92fad6
commit bf7f6a1218
9 changed files with 88 additions and 131 deletions

View File

@@ -128,7 +128,7 @@
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
(python312.withPackages (ps: with ps; [ websockets ]))
(python3.withPackages (ps: with ps; [ websockets ]))
sqlite
javaPackages.compiler.openjdk25
javaPackages.compiler.openjdk21
@@ -171,7 +171,9 @@
virtualisation.libvirtd = {
enable = true;
qemu = {
package = pkgs.qemu_full;
package = pkgs.qemu_full.override {
cephSupport = false;
};
runAsRoot = true;
swtpm.enable = true;
vhostUserPackages = [ pkgs.virtiofsd ];

View File

@@ -127,7 +127,6 @@ in
mangohud
my-namespace.udev-steelseries
my-namespace.hello
kde-rounded-corners
my-namespace.linux-wallpaperengine
(pkgs.writeShellScriptBin "switch-to-desktop" ''