nix: add nh
This commit is contained in:
parent
58516de8e7
commit
2bc3ac5dce
2 changed files with 20 additions and 9 deletions
7
nix/modules/firefox.nix
Normal file
7
nix/modules/firefox.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue