mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
move users config into modules
This commit is contained in:
parent
e24f78d5f5
commit
d2336f16a6
4 changed files with 45 additions and 11 deletions
6
home-modules/users/default.nix
Normal file
6
home-modules/users/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./jopejoe1
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue