split of ff
This commit is contained in:
parent
a996b8890e
commit
da7e12fba1
2 changed files with 14 additions and 1 deletions
13
common/firefox.nix
Normal file
13
common/firefox.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{ config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
firefox
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
# TODO add some default firefox settings
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue