mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: improve EonTimer package
This commit is contained in:
parent
52c6bce5a1
commit
07a99987a7
13 changed files with 214 additions and 90 deletions
|
|
@ -1,4 +0,0 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.swarselsystems.isDarwin = lib.mkEnableOption "darwin host";
|
||||
}
|
||||
|
|
@ -6,7 +6,7 @@ let
|
|||
"monitors"
|
||||
"input"
|
||||
"nixos"
|
||||
"darwin"
|
||||
"setup"
|
||||
"waybar"
|
||||
"startup"
|
||||
"wallpaper"
|
||||
|
|
|
|||
5
modules/home/setup.nix
Normal file
5
modules/home/setup.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.swarselsystems.isDarwin = lib.mkEnableOption "darwin host";
|
||||
options.swarselsystems.isLinux = lib.mkEnableOption "whether this is a linux machine";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue