update kitty.nix
This commit is contained in:
parent
767c9926f5
commit
7f971c3b45
2 changed files with 8 additions and 4 deletions
|
@ -877,11 +877,11 @@
|
|||
},
|
||||
"private_assets": {
|
||||
"locked": {
|
||||
"lastModified": 1718025088,
|
||||
"narHash": "sha256-7UF/Cgu/cNaY98GecwJuimoCtc2i6NiQwG8kCTLoNfo=",
|
||||
"lastModified": 1718464398,
|
||||
"narHash": "sha256-iw5jhVDRo6m1Q+2Looxtt2ttLtgazbrkcrN3aTtYib4=",
|
||||
"ref": "main",
|
||||
"rev": "f6e48c9b4946ba289bc84058049b371389dbdc8f",
|
||||
"revCount": 25,
|
||||
"rev": "d62f54771b324d74e15404c2565b25541ec9a4ff",
|
||||
"revCount": 26,
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git"
|
||||
},
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
with lib;
|
||||
{
|
||||
|
||||
options.gui.kitty.enable = mkOption {
|
||||
|
@ -28,5 +30,7 @@
|
|||
"ctrl+minus" = "change_font_size all -1.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue