mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Improve formatting
This commit is contained in:
parent
ec3daba23b
commit
6003454c66
12 changed files with 3 additions and 21 deletions
|
|
@ -7,7 +7,6 @@ in
|
|||
}:
|
||||
assembleWrapper {
|
||||
basePackage = pkgs.kitty;
|
||||
|
||||
programs.kitty.prependFlags =
|
||||
let
|
||||
kitty-config = pkgs.writeText "kitty-config" ''
|
||||
|
|
@ -18,7 +17,6 @@ assembleWrapper {
|
|||
enable_audio_bell no
|
||||
update_check_interval 0
|
||||
'';
|
||||
|
||||
theme-file =
|
||||
{
|
||||
dark = "default.conf";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue