From 78dbf24724fea4c1ca3f0cf4d5f23b61c6951387 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 21 Sep 2023 21:16:34 +0200 Subject: feat(u/sils/packages): add gnome-boxes --- users/sils/packages/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/sils/packages/default.nix b/users/sils/packages/default.nix index 0408cb5..d29e4f8 100644 --- a/users/sils/packages/default.nix +++ b/users/sils/packages/default.nix @@ -4,7 +4,7 @@ prismlauncher, ... }: { - home.packages = with pkgs; with pkgs.libsForQt5; [ + home.packages = with pkgs; with pkgs.libsForQt5; with pkgs.gnome;[ # core tools neofetch # a must-have hyfetch # permanent suggestions have their moments @@ -31,6 +31,8 @@ mako libnotify + gnome-boxes # virtualisation + # wallpaper deamon swww -- cgit 1.4.1