feat: adapt home-manager-only config for changes

This commit is contained in:
Swarsel 2024-07-25 18:23:47 +02:00
parent 2db79465da
commit 00983d787e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
36 changed files with 165 additions and 364 deletions

View file

@ -21,7 +21,7 @@
nixpkgs = {
overlays = outputs.overlays;
inherit (outputs) overlays;
config = {
allowUnfree = true;
};