mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
hyprland: install firefox by default
This commit is contained in:
parent
178c2e8c11
commit
c7831d5692
|
@ -21,6 +21,7 @@
|
|||
guiApps.fuzzel.enable = lib.mkDefault true;
|
||||
guiApps.wlogout.enable = lib.mkDefault true;
|
||||
guiApps.alacritty.enable = lib.mkDefault true;
|
||||
guiApps.firefox.enable = lib.mkDefault true;
|
||||
|
||||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue