diff --git a/configuration.nix b/configuration.nix index ac50872..4aab92f 100755 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,7 @@ ./desktop-environment.nix ./terminal-environment.nix ./cron-schedule.nix + ./home-manager.nix ]; # Bootloader. @@ -70,6 +71,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions