main-laptop: remove allowUnfree from home-manager (not needed)

This commit is contained in:
Veneficium 2025-01-22 19:52:54 +01:00
parent 0f2a636f72
commit 078e761a46

View file

@ -94,12 +94,14 @@
kicad-small kicad-small
freecad-wayland freecad-wayland
resources resources
pmbootstrap
celluloid
fractal
yazi
# logseq requires electron 27 which is EOL therefore temp disable until upstream pkg updates # logseq requires electron 27 which is EOL therefore temp disable until upstream pkg updates
#logseq #logseq
]; ];
nixpkgs.config.allowUnfree = true;
home.stateVersion = "23.11"; # DO NOT CHANGE home.stateVersion = "23.11"; # DO NOT CHANGE
programs.home-manager.enable = true; # DO NOT CHANGE programs.home-manager.enable = true; # DO NOT CHANGE
} }