Rename and refactor the users too
This commit is contained in:
parent
ecd0c71f3f
commit
0656d12fa3
13
home-manager/hosts/queen/default.nix
Normal file
13
home-manager/hosts/queen/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
./lillian.nix
|
||||
];
|
||||
}
|
13
home-manager/hosts/shodan/default.nix
Normal file
13
home-manager/hosts/shodan/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
./lillian.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue