diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 67956f7..3739104 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -30,6 +30,9 @@ # Enable Hyprland programs.hyprland.enable = true; + # Enable firefox + programs.firefox.enable = true; + # Enable networking networking.networkmanager.enable = true;