Move stuff into /home

This commit is contained in:
Natsu Kagami 2021-10-27 12:35:53 -04:00
parent d9bf49b218
commit dc1b4e9371
26 changed files with 3 additions and 1 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# My personal Nix setup files

View file

@ -19,7 +19,7 @@
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit nixpkgs-unstable; }; home-manager.extraSpecialArgs = { inherit nixpkgs-unstable; };
home-manager.users.nki = import ./macbook-home.nix; home-manager.users.nki = import ./home/macbook-home.nix;
} }
]; ];
inputs = { inputs = {

View file

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB