Move stuff into /home
This commit is contained in:
parent
d9bf49b218
commit
dc1b4e9371
26 changed files with 3 additions and 1 deletions
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# My personal Nix setup files
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Loading…
Add table
Reference in a new issue