diff options
| author | Shubham Saini <ssaini@fispan.com> | 2023-09-27 23:21:17 +0000 |
|---|---|---|
| committer | Shubham Saini <ssaini@fispan.com> | 2023-09-27 23:21:23 +0000 |
| commit | de0f3bb1e9f65de53373a1ab0a773ad4a9bb9bcb (patch) | |
| tree | e8aa6a1026bddf9de867dbd7d7f71fc8a3965fbe /hosts | |
| parent | 7b5b3db0db88cfbe35180575fb18f4f94a5f9341 (diff) | |
moved to unstable channel
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/morpheus/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/morpheus/configuration.nix b/hosts/morpheus/configuration.nix index c3667f1..7b39b4b 100644 --- a/hosts/morpheus/configuration.nix +++ b/hosts/morpheus/configuration.nix | |||
| @@ -12,6 +12,12 @@ | |||
| 12 | casks = [ "brave-browser" "karabiner-elements" ]; | 12 | casks = [ "brave-browser" "karabiner-elements" ]; |
| 13 | }; | 13 | }; |
| 14 | 14 | ||
| 15 | nix = { | ||
| 16 | extraOptions = '' | ||
| 17 | experimental-features = nix-command flakes | ||
| 18 | ''; | ||
| 19 | }; | ||
| 20 | |||
| 15 | system.activationScripts.applications.text = pkgs.lib.mkForce ( | 21 | system.activationScripts.applications.text = pkgs.lib.mkForce ( |
| 16 | '' | 22 | '' |
| 17 | echo "setting up ~/Applications..." >&2 | 23 | echo "setting up ~/Applications..." >&2 |
