diff options
Diffstat (limited to 'hosts/morpheus')
| -rw-r--r-- | hosts/morpheus/configuration.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/hosts/morpheus/configuration.nix b/hosts/morpheus/configuration.nix index 522c8c9..00499a1 100644 --- a/hosts/morpheus/configuration.nix +++ b/hosts/morpheus/configuration.nix | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | programs.zsh.enable = true; | 6 | programs.zsh.enable = true; |
| 7 | programs.zsh.promptInit = '' | 7 | programs.zsh.promptInit = '' |
| 8 | ''; | 8 | ''; |
| 9 | nixpkgs.config.allowUnfree = true; | 9 | environment.pathsToLink = ["/share/zsh"]; |
| 10 | security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" "/etc/ssl/certs/zscaler.pem" ]; | 10 | security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" "/etc/ssl/certs/zscaler.pem" ]; |
| 11 | 11 | ||
| 12 | homebrew = { | 12 | homebrew = { |
| @@ -14,13 +14,19 @@ | |||
| 14 | casks = [ "brave-browser" "karabiner-elements" ]; | 14 | casks = [ "brave-browser" "karabiner-elements" ]; |
| 15 | }; | 15 | }; |
| 16 | 16 | ||
| 17 | nixpkgs = { | ||
| 18 | config = { | ||
| 19 | allowUnfree = true; | ||
| 20 | input-fonts.acceptLicense = true; | ||
| 21 | }; | ||
| 22 | }; | ||
| 23 | |||
| 17 | nix = { | 24 | nix = { |
| 18 | extraOptions = '' | 25 | extraOptions = '' |
| 19 | experimental-features = nix-command flakes | 26 | experimental-features = nix-command flakes |
| 20 | ''; | 27 | ''; |
| 21 | }; | 28 | }; |
| 22 | 29 | ||
| 23 | environment.pathsToLink = ["/share/zsh"]; | ||
| 24 | system.activationScripts.applications.text = pkgs.lib.mkForce ( | 30 | system.activationScripts.applications.text = pkgs.lib.mkForce ( |
| 25 | '' | 31 | '' |
| 26 | echo "setting up ~/Applications..." >&2 | 32 | echo "setting up ~/Applications..." >&2 |
