forked from extern/nix-config
Update virtualization-specific config
Note that it may be better to simply manage VMs through a separate interface than declaratively configure them in the same configuration as the host.
This commit is contained in:
parent
97786206c6
commit
6c782154d9
@ -25,6 +25,10 @@
|
|||||||
|
|
||||||
services.gnome.core-utilities.enable = false;
|
services.gnome.core-utilities.enable = false;
|
||||||
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
||||||
hardware.pulseaudio.enable = false;
|
|
||||||
|
services.pipewire.enable = lib.mkForce false;
|
||||||
|
services.mullvad-vpn.enable = lib.mkForce false;
|
||||||
|
programs.hyprland.enable = lib.mkForce false;
|
||||||
|
services.greetd.enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user