add firefox to cosmic vm
This commit is contained in:
parent
9ad8db12c4
commit
6b5c01fc15
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue