mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 04:35:07 +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 @@ in
|
|||
# ./nvim.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
/*nixpkgs = {
|
||||
# You can add overlays here
|
||||
overlays = [
|
||||
# If you want to use overlays exported from other flakes:
|
||||
|
|
@ -32,7 +32,6 @@ in
|
|||
# patches = [ ./change-hello-to-hi.patch ];
|
||||
# });
|
||||
# })
|
||||
inputs.nur.overlay
|
||||
];
|
||||
# Configure your nixpkgs instance
|
||||
config = {
|
||||
|
|
@ -40,7 +39,7 @@ in
|
|||
# Workaround for https://github.com/nix-community/home-manager/issues/2942
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
};
|
||||
};*/
|
||||
|
||||
home = {
|
||||
username = "nils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue