diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-12-21 14:42:29 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-12-21 14:42:29 -0500 |
| commit | e04163afd671bbe67b4622ebaca8f4621f7a0207 (patch) | |
| tree | fb47bf3ab17b2c7c6f824ff352549479d66fa88f /home-config/nix-home-manager/home.nix | |
| parent | 2be2139465e3f142905b368ad0b085e2ca5c8da6 (diff) | |
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
| -rw-r--r-- | home-config/nix-home-manager/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 6ac9a1d..70f7f1c 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
| @@ -61,6 +61,7 @@ | |||
| 61 | programs.zen-browser = { | 61 | programs.zen-browser = { |
| 62 | enable = true; | 62 | enable = true; |
| 63 | policies = import ./zenPolicies.nix; | 63 | policies = import ./zenPolicies.nix; |
| 64 | profiles.default = import ./zenProfile.nix; | ||
| 64 | }; | 65 | }; |
| 65 | 66 | ||
| 66 | # The home.packages option allows you to install Nix packages into your | 67 | # The home.packages option allows you to install Nix packages into your |
