diff --git a/flake.nix b/flake.nix index f3ff79f..09a7f1d 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 0ecb9a3..4de2755 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -131,6 +131,7 @@ wget zsh auto-cpufreq + git (pkgs.writeScriptBin "sudo" ''exec doas "$@"'') ];