From 044c66152c8743b1ec56ba7ebc3fe9363fd68aa8 Mon Sep 17 00:00:00 2001 From: jackjohn7 <70782491+jackjohn7@users.noreply.github.com> Date: Mon, 4 May 2026 21:35:07 -0500 Subject: [PATCH] move virt-manager virtualization explicitly to the desktop out of dev, add gelly and keepass to laptop --- modules/features/layers/development.nix | 2 -- modules/hosts/desktop/configuration.nix | 3 +++ modules/hosts/laptop/configuration.nix | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/features/layers/development.nix b/modules/features/layers/development.nix index 80f40a7..48d9c0f 100644 --- a/modules/features/layers/development.nix +++ b/modules/features/layers/development.nix @@ -40,8 +40,6 @@ setSocketVariable = true; }; }; - virtualisation.libvirtd.enable = true; - programs.virt-manager.enable = true; # make ZSH shut up about zshrc hjem.users.${config.username}.files.".zshrc".text = ""; programs.zsh = { diff --git a/modules/hosts/desktop/configuration.nix b/modules/hosts/desktop/configuration.nix index 78123db..1c80974 100644 --- a/modules/hosts/desktop/configuration.nix +++ b/modules/hosts/desktop/configuration.nix @@ -29,6 +29,9 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + virtualisation.libvirtd.enable = true; + programs.virt-manager.enable = true; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ diff --git a/modules/hosts/laptop/configuration.nix b/modules/hosts/laptop/configuration.nix index 8e6165c..3b2c6ec 100644 --- a/modules/hosts/laptop/configuration.nix +++ b/modules/hosts/laptop/configuration.nix @@ -50,6 +50,7 @@ fastfetch wget git + keepassxc self.packages.${pkgs.stdenv.hostPlatform.system}.kitty wofi waybar @@ -61,6 +62,7 @@ zip unzip gnome-keyring + gelly usbutils dfu-util libsecret