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
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue