mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-09 07:03:08 +00:00
~
This commit is contained in:
parent
721a38ce25
commit
1739b89ea3
3 changed files with 85 additions and 73 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue