home: simplify paths

This commit is contained in:
Jez Cope 2021-06-01 14:24:14 +01:00
parent bd0a70f7e0
commit 666336e908
101 changed files with 1 additions and 3 deletions

View File

@ -62,8 +62,6 @@
users.groups.jez = { };
users.users.elly.isNormalUser = true;
# home-manager.users.jez = import ./home/jez/home.nix;
environment.shells = with pkgs; [ bashInteractive bash fish zsh ];
# Networking ###############################################################

View File

@ -27,7 +27,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = false;
home-manager.users.jez = import ./home/jez/home.nix;
home-manager.users.jez = import ./home;
}
];
specialArgs = { inherit inputs; };

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Some files were not shown because too many files have changed in this diff Show More