diff --git a/common/firefox.nix b/common/firefox.nix new file mode 100644 index 0000000..333a75e --- /dev/null +++ b/common/firefox.nix @@ -0,0 +1,13 @@ +{ config, pkgs, inputs, ... }: + +{ + home.packages = with pkgs; [ + firefox + ]; + + programs.firefox = { + enable = true; + # TODO add some default firefox settings + }; + +} diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 4bf42ec..59bfb82 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -11,6 +11,7 @@ ../../common/discord.nix ../../common/spotify.nix ../../common/automapaper/automapaper.nix + ../../common/firefox.nix ]; # Home Manager needs a bit of information about you and the paths it should # manage. @@ -38,7 +39,6 @@ dig mtr - firefox steam obs-studio