Tweak home-manager config some more

This commit is contained in:
David Morgan 2022-10-22 14:42:34 +01:00
parent 2904502b4b
commit fa96356b1e
Signed by: djm
GPG Key ID: C171251002C200F2
10 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
./linux-server.nix ./includes/linux-server.nix
]; ];
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
./linux-dev.nix ./includes/linux-dev.nix
]; ];
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
./darwin.nix ./includes/darwin.nix
]; ];
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.