don't use plasma manager

This commit is contained in:
cy 2025-02-22 12:52:11 -05:00
parent 2c6963c7be
commit 18210f6778
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 2 additions and 2 deletions

View file

@ -201,6 +201,7 @@
installRustc = true; installRustc = true;
installCargo = true; installCargo = true;
}; };
eslint.enable = true;
}; };
}; };
plugins.treesitter = { plugins.treesitter = {

View file

@ -11,7 +11,6 @@
../irssi.nix ../irssi.nix
../kitty.nix ../kitty.nix
../codium.nix ../codium.nix
../plasma.nix
]; ];
home = { home = {
username = "yt"; username = "yt";

View file

@ -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 = {