feat: improve EonTimer package

This commit is contained in:
Leon Schwarzäugl 2025-01-02 13:43:51 +01:00
parent 52c6bce5a1
commit 07a99987a7
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
13 changed files with 214 additions and 90 deletions

View file

@ -1,4 +0,0 @@
{ lib, ... }:
{
options.swarselsystems.isDarwin = lib.mkEnableOption "darwin host";
}

View file

@ -6,7 +6,7 @@ let
"monitors"
"input"
"nixos"
"darwin"
"setup"
"waybar"
"startup"
"wallpaper"

5
modules/home/setup.nix Normal file
View file

@ -0,0 +1,5 @@
{ lib, ... }:
{
options.swarselsystems.isDarwin = lib.mkEnableOption "darwin host";
options.swarselsystems.isLinux = lib.mkEnableOption "whether this is a linux machine";
}