mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
I am dumb, just needed git as system package..
This commit is contained in:
parent
471c85d269
commit
15ce46fae1
|
@ -7,7 +7,7 @@
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, ... }:
|
outputs = { self, nixpkgs, home-manager, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
||||||
|
|
|
@ -131,6 +131,7 @@
|
||||||
wget
|
wget
|
||||||
zsh
|
zsh
|
||||||
auto-cpufreq
|
auto-cpufreq
|
||||||
|
git
|
||||||
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue