And for wheatley finally as well

This commit is contained in:
Lillian Violet 2024-02-07 14:00:24 +01:00
parent 0656d12fa3
commit e105ac45a8
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
# You can import other home-manager modules here
imports = [
./lillian.nix
];
}