split of ff

This commit is contained in:
Noa Aarts 2024-03-02 11:31:56 +01:00
parent a996b8890e
commit da7e12fba1
2 changed files with 14 additions and 1 deletions

13
common/firefox.nix Normal file
View file

@ -0,0 +1,13 @@
{ config, pkgs, inputs, ... }:
{
home.packages = with pkgs; [
firefox
];
programs.firefox = {
enable = true;
# TODO add some default firefox settings
};
}

View file

@ -11,6 +11,7 @@
../../common/discord.nix ../../common/discord.nix
../../common/spotify.nix ../../common/spotify.nix
../../common/automapaper/automapaper.nix ../../common/automapaper/automapaper.nix
../../common/firefox.nix
]; ];
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
@ -38,7 +39,6 @@
dig dig
mtr mtr
firefox
steam steam
obs-studio obs-studio