This commit is contained in:
m3tam3re
2024-10-10 14:52:28 +02:00
parent 6139657197
commit 6c720bdac6
5 changed files with 80 additions and 3 deletions

View File

@ -1,4 +1,11 @@
{ config, lib, outputs, pkgs, ... }: {
{
config,
lib,
outputs,
pkgs,
...
}: {
imports = builtins.attrValues outputs.homeManagerModules;
nixpkgs = {
# You can add overlays here
overlays = [
@ -29,7 +36,7 @@
nix = {
package = lib.mkDefault pkgs.nix;
settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = ["nix-command" "flakes" "repl-flake"];
warn-dirty = false;
};
};