Integrate home-manager with nixos config

This commit is contained in:
nora 2023-09-17 21:09:55 +02:00
parent f6a02481ce
commit bc6f9e293f
4 changed files with 20 additions and 14 deletions

View file

@ -20,7 +20,7 @@
overlays = [
# If you want to use overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default
inputs.nur.overlay
# final: prev: {
# curl = prev.curl.override {
# # vquic is sad right now.
@ -32,6 +32,7 @@
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
# allowUnfreePredicate = (_: true);
};
};