mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +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";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, ... }:
|
||||
outputs = { self, nixpkgs, home-manager, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
|
|
@ -131,6 +131,7 @@
|
|||
wget
|
||||
zsh
|
||||
auto-cpufreq
|
||||
git
|
||||
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue