diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index b04e157..428d00d 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -94,12 +94,14 @@ kicad-small freecad-wayland resources + pmbootstrap + celluloid + fractal + yazi # logseq requires electron 27 which is EOL therefore temp disable until upstream pkg updates #logseq ]; - nixpkgs.config.allowUnfree = true; - home.stateVersion = "23.11"; # DO NOT CHANGE programs.home-manager.enable = true; # DO NOT CHANGE }