firefox-wayland on wayland only
This commit is contained in:
parent
6870870580
commit
75ae1985e9
3 changed files with 6 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
mindforger
|
||||
mindforger digikam
|
||||
zoom-us ssb-patchwork
|
||||
passff-host
|
||||
gnome3.gnome-screenshot gsettings-desktop-schemas
|
||||
|
@ -34,7 +34,7 @@
|
|||
qemu aqemu
|
||||
spotify shotwell
|
||||
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
||||
firefox-wayland libreoffice
|
||||
libreoffice
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,5 +28,8 @@
|
|||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,7 @@ in
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
firefox-wayland
|
||||
wl-clipboard
|
||||
clipman
|
||||
wofi
|
||||
|
|
Loading…
Reference in a new issue