add firefox to cosmic vm

This commit is contained in:
cswimr 2025-01-28 07:59:43 -06:00
parent 9ad8db12c4
commit 6b5c01fc15
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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;