1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-09 07:03:08 +00:00
This commit is contained in:
Rae 5e 2025-03-05 07:46:56 -05:00
parent 721a38ce25
commit 1739b89ea3
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 85 additions and 73 deletions

View file

@ -1,12 +1,5 @@
{ lib, config, ... }: with lib; let
c = options.containers;
in {
options.containers = {
homepage = {
#TODO: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/nixos/modules/services/misc/homepage-dashboard.nix#L221
enable = mkEnableOption "homepage";
};
};
config = mkIf c.homepage import ./homepage;
{ lib, config, ... }: {
imports = [
./homepage
];
}