Add the darkkirb user config
This commit is contained in:
parent
0f8ebb8cc0
commit
615202a5e5
2 changed files with 6 additions and 0 deletions
5
config/home-manager/darkkirb.nix
Normal file
5
config/home-manager/darkkirb.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
desktop: { pkgs, ... }: {
|
||||
imports = [
|
||||
./base.nix
|
||||
];
|
||||
}
|
|
@ -128,4 +128,5 @@
|
|||
];
|
||||
networking.resolvconf.enable = false;
|
||||
networking.dhcpcd.extraConfig = "nohook resolv.conf";
|
||||
home-manager.users.darkkirb = import ./home-manager/darkkirb.nix false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue