forked from nico/dots
chore: reorganise nix files into base dir
This commit is contained in:
parent
0fdd56c432
commit
104a0ccd4a
13 changed files with 2 additions and 2 deletions
7
modules/firefox.nix
Normal file
7
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