Merge branch 'overhaul' of ssh://solis:34916/Koen/nix-config into overhaul
This commit is contained in:
commit
714e43de97
5 changed files with 6 additions and 6 deletions
|
|
@ -16,6 +16,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
certbot
|
||||
jdk
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ in {
|
|||
imports = [
|
||||
./firefox.nix
|
||||
];
|
||||
|
||||
|
||||
options = {
|
||||
horseman.apps.visual = {
|
||||
enable = mkEnableOption "Apps that run in a visual window";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
{lib, ...}: let
|
||||
inherit (lib) mkOption types;
|
||||
in {
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -33,4 +33,3 @@ in {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,9 @@
|
|||
#power {
|
||||
padding-left: 10px;
|
||||
}
|
||||
#idle_inhibitor.activated {
|
||||
color: @red;
|
||||
}
|
||||
#power * {
|
||||
color: @lavender;
|
||||
transition: 0.2s color ease;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue