mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
Move home config into subfolder
This commit is contained in:
parent
946cf19c5b
commit
0d1396ed65
2 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.jopejoe1 = import ./home.nix;
|
||||
users.jopejoe1 = import ./home/jopejoe1.nix;
|
||||
users.root = import ./home/root.nix;
|
||||
};
|
||||
nixpkgs = {
|
||||
|
|
Loading…
Add table
Reference in a new issue