diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 03:29:12 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 03:29:12 +0530 |
| commit | b7ab4668c6dd7d6b153b9bf7ea3923ebe93f1ddd (patch) | |
| tree | 3bf53c774892f46c51c3b32189cc6fcca9fb5272 /common/default.nix | |
| parent | 867ecf6308390acf8188880c34e0312e75619fae (diff) | |
Add firefox and zen browser
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix index c6d3f68..6f1f7b4 100644 --- a/common/default.nix +++ b/common/default.nix @@ -5,5 +5,5 @@ inputs: (lib.modules.importApply ./modules { inherit inputs; }) ]; # flake.templates = import ./templates inputs; - # flake.homeModules.programs = import ./programs; + flake.homeModules.programs = import ./programs; } |
