feat: readd nixpkgs/config.nix
This commit is contained in:
parent
51db6e7ff9
commit
c42f889863
|
@ -44,6 +44,12 @@
|
||||||
defaultProfile = "private";
|
defaultProfile = "private";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."nixpkgs/config.nix".text = ''
|
||||||
|
{
|
||||||
|
allowUnfree = true;
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# system
|
# system
|
||||||
gparted
|
gparted
|
||||||
|
|
Loading…
Reference in a new issue