And for wheatley finally as well
This commit is contained in:
parent
0656d12fa3
commit
e105ac45a8
2 changed files with 13 additions and 0 deletions
13
home-manager/hosts/wheatley/default.nix
Normal file
13
home-manager/hosts/wheatley/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…
Add table
Add a link
Reference in a new issue