nix: add nh

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent 58516de8e7
commit 2bc3ac5dce
2 changed files with 20 additions and 9 deletions

7
nix/modules/firefox.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
programs.firefox = {
enable = true;
};
}