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 {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
certbot
|
certbot
|
||||||
|
jdk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
horseman.apps.visual = {
|
horseman.apps.visual = {
|
||||||
enable = mkEnableOption "Apps that run in a visual window";
|
enable = mkEnableOption "Apps that run in a visual window";
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{lib, ...}: let
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkOption types;
|
inherit (lib) mkOption types;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
||||||
|
|
@ -33,4 +33,3 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,9 @@
|
||||||
#power {
|
#power {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
#idle_inhibitor.activated {
|
||||||
|
color: @red;
|
||||||
|
}
|
||||||
#power * {
|
#power * {
|
||||||
color: @lavender;
|
color: @lavender;
|
||||||
transition: 0.2s color ease;
|
transition: 0.2s color ease;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue