diff --git a/hosts/virtual-machines/cosmic/default.nix b/hosts/virtual-machines/cosmic/default.nix index f11f03e..0aff4e5 100644 --- a/hosts/virtual-machines/cosmic/default.nix +++ b/hosts/virtual-machines/cosmic/default.nix @@ -4,9 +4,16 @@ ... }: let - packages = with pkgs; [ fastfetch ]; + packages = with pkgs; [ + fastfetch + cosmic-wallpapers + ]; in { + programs = { + firefox.enable = true; + }; + services = { desktopManager.cosmic.enable = true; displayManager.cosmic-greeter.enable = true;