From de0f3bb1e9f65de53373a1ab0a773ad4a9bb9bcb Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 27 Sep 2023 16:21:17 -0700 Subject: moved to unstable channel --- hosts/morpheus/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/morpheus') 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 @@ casks = [ "brave-browser" "karabiner-elements" ]; }; + nix = { + extraOptions = '' + experimental-features = nix-command flakes + ''; + }; + system.activationScripts.applications.text = pkgs.lib.mkForce ( '' echo "setting up ~/Applications..." >&2 -- cgit v1.2.3