don't use plasma manager
This commit is contained in:
parent
2c6963c7be
commit
18210f6778
3 changed files with 2 additions and 2 deletions
|
@ -201,6 +201,7 @@
|
|||
installRustc = true;
|
||||
installCargo = true;
|
||||
};
|
||||
eslint.enable = true;
|
||||
};
|
||||
};
|
||||
plugins.treesitter = {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
../irssi.nix
|
||||
../kitty.nix
|
||||
../codium.nix
|
||||
../plasma.nix
|
||||
];
|
||||
home = {
|
||||
username = "yt";
|
||||
|
|
|
@ -284,7 +284,7 @@
|
|||
libvirtd.enable = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
programs.virt-manager.enable = false;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
services.usbmuxd.enable = true;
|
||||
programs.nix-ld.dev = {
|
||||
|
|
Loading…
Add table
Reference in a new issue