diff --git a/flake.nix b/flake.nix index f3ff79f6..09a7f1da 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { nixpkgs, home-manager, ... }: + outputs = { self, nixpkgs, home-manager, ... }: let system = "x86_64-linux"; diff --git a/system/configuration.nix b/system/configuration.nix index 0ecb9a30..4de27554 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -131,6 +131,7 @@ wget zsh auto-cpufreq + git (pkgs.writeScriptBin "sudo" ''exec doas "$@"'') ];