Compare commits
No commits in common. "bf7cd5544cd57e62d21b20675b5c4956340bf648" and "1027e9dd8012e8c79c0b05a9210a49599ce1169b" have entirely different histories.
bf7cd5544c
...
1027e9dd80
2 changed files with 1 additions and 8 deletions
|
@ -54,7 +54,7 @@ in {
|
|||
programs.git = {
|
||||
signing = {
|
||||
key = config.local.services.gpg.defaultKey;
|
||||
signByDefault = false;
|
||||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
}:
|
||||
with lib; let
|
||||
cfg = config.local.gui;
|
||||
laptop = config.trivium.laptop.enable;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
programs.waybar = {
|
||||
|
@ -34,13 +33,7 @@ in {
|
|||
"temperature"
|
||||
"keyboard-state"
|
||||
"tray"
|
||||
] ++ lists.optionals laptop [
|
||||
"battery"
|
||||
];
|
||||
"battery" = mkIf laptop {
|
||||
format = "{capacity}% {icon}";
|
||||
format-icons = ["" "" "" "" ""];
|
||||
};
|
||||
"keyboard-state" = {
|
||||
numlock = true;
|
||||
capslock = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue