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;
|
installRustc = true;
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
};
|
};
|
||||||
|
eslint.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plugins.treesitter = {
|
plugins.treesitter = {
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
../irssi.nix
|
../irssi.nix
|
||||||
../kitty.nix
|
../kitty.nix
|
||||||
../codium.nix
|
../codium.nix
|
||||||
../plasma.nix
|
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
username = "yt";
|
username = "yt";
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
};
|
};
|
||||||
programs.virt-manager.enable = false;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
services.usbmuxd.enable = true;
|
services.usbmuxd.enable = true;
|
||||||
programs.nix-ld.dev = {
|
programs.nix-ld.dev = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue