main-laptop: remove allowUnfree from home-manager (not needed)
This commit is contained in:
parent
0f2a636f72
commit
078e761a46
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue