Merge branch 'overhaul' of ssh://solis:34916/Koen/nix-config into overhaul

This commit is contained in:
KoenDR06 2025-09-21 13:03:57 +02:00
commit 714e43de97
5 changed files with 6 additions and 6 deletions

View file

@ -16,6 +16,7 @@ in {
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
certbot
jdk
];
};
}

View file

@ -1,7 +1,4 @@
{
lib,
...
}: let
{lib, ...}: let
inherit (lib) mkOption types;
in {
imports = [

View file

@ -33,4 +33,3 @@ in {
};
};
}

View file

@ -70,6 +70,9 @@
#power {
padding-left: 10px;
}
#idle_inhibitor.activated {
color: @red;
}
#power * {
color: @lavender;
transition: 0.2s color ease;