diff --git a/flake.nix b/flake.nix index dde0205..b828865 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ "m3tam3re@m3tam3re" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages."x86_64-linux"; extraSpecialArgs = {inherit inputs outputs;}; - modules = [./home/m3tam3re/m3tam3re.nix]; + modules = [./home/m3tam3re/m3-kratos.nix]; }; }; }; diff --git a/home/common/default.nix b/home/common/default.nix index 8b31055..ee82ca1 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -1,4 +1,10 @@ -{ config, lib, outputs, pkgs, ... }: { +{ + config, + lib, + outputs, + pkgs, + ... +}: { nixpkgs = { # You can add overlays here overlays = [ @@ -29,7 +35,7 @@ nix = { package = lib.mkDefault pkgs.nix; settings = { - experimental-features = [ "nix-command" "flakes" "repl-flake" ]; + experimental-features = ["nix-command" "flakes"]; warn-dirty = false; }; };