mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
Integrate home-manager with nixos config
This commit is contained in:
parent
f6a02481ce
commit
bc6f9e293f
4 changed files with 20 additions and 14 deletions
|
|
@ -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);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue