diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-17 13:33:30 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-17 13:33:30 -0400 |
| commit | 8c8c3c7565749dc992a9048f43731b10c6e9eac3 (patch) | |
| tree | dff75aba4e8f6324c084bd93db10f69ea01a135f /modules/default.nix | |
| parent | 9994e4f5ad6140b1ece38593a7fa4a83ed077294 (diff) | |
| download | home-8c8c3c7565749dc992a9048f43731b10c6e9eac3.tar.gz | |
wip: experimental firefox module
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix index 5eacabf..48dd052 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -23,5 +23,6 @@ ./colors ./zathura.nix ./zoxide.nix + ./firefox.nix ]; } |