Let's make a default for the server config too

This commit is contained in:
Lillian Violet 2024-02-07 13:54:34 +01:00
parent 9212baeb30
commit ecd0c71f3f

13
nixos/server/default.nix Normal file
View file

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