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