users: slight restructure to match hosts/
This commit is contained in:
parent
78aca03f7a
commit
50f1f32fe8
5 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
|
||||||
../../users/rin.nix
|
../../users/rin
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
|
||||||
../../users/rin.nix
|
../../users/rin
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
|
||||||
../../users/rin.nix
|
../../users/rin
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = with modules.user; [
|
imports = with modules.user; [
|
||||||
packages-rin
|
./packages.nix
|
||||||
sessionVariables
|
sessionVariables
|
||||||
|
|
||||||
direnv
|
direnv
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
};
|
};
|
||||||
home.file.".local/bin/osu" = {
|
home.file.".local/bin/osu" = {
|
||||||
executable = true;
|
executable = true;
|
||||||
source = ../scripts/osu;
|
source = ../../scripts/osu;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue