no warnings

This commit is contained in:
Till 2026-01-22 17:00:18 +01:00
parent 50d6a79e31
commit a1e9bb892a
3 changed files with 15 additions and 10 deletions

View file

@ -5,12 +5,12 @@
home.homeDirectory = "/home/till";
home.stateVersion = "22.11";
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
};
# nixpkgs = {
# config = {
# allowUnfree = true;
# allowUnfreePredicate = (_: true);
# };
# };
programs.home-manager.enable = true;