diff options
author | sils <sils@sils.li> | 2023-09-21 21:16:34 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-09-21 21:16:34 +0200 |
commit | 78dbf24724fea4c1ca3f0cf4d5f23b61c6951387 (patch) | |
tree | feebe83d6dcf443734dc87bf432e6caf32fa20b9 /users | |
parent | build(flake): update (diff) | |
download | nix-config-78dbf24724fea4c1ca3f0cf4d5f23b61c6951387.tar.gz nix-config-78dbf24724fea4c1ca3f0cf4d5f23b61c6951387.zip |
feat(u/sils/packages): add gnome-boxes
Diffstat (limited to 'users')
-rw-r--r-- | users/sils/packages/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 |