Add the darkkirb user config

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-15 17:31:50 +01:00
parent 0f8ebb8cc0
commit 615202a5e5
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
desktop: { pkgs, ... }: {
imports = [
./base.nix
];
}

View file

@ -128,4 +128,5 @@
];
networking.resolvconf.enable = false;
networking.dhcpcd.extraConfig = "nohook resolv.conf";
home-manager.users.darkkirb = import ./home-manager/darkkirb.nix false;
}