desktop-2024-10-23-12-15-26

This commit is contained in:
Alexander Szczepanski
2024-10-23 12:15:26 +02:00
parent 7f21ad2dc1
commit f702250342
6 changed files with 98 additions and 76 deletions

View File

@ -62,6 +62,7 @@
telegram-desktop
discord
kdenlive
shotcut
];
home-manager.users.alex = { pkgs, ... }: {
@ -83,7 +84,6 @@
kitty = {
enable = true;
package = pkgs.kitty;
extraConfig = ''
enable_audio_bell false
@ -107,7 +107,7 @@
color14 #70c0b1
color7 #fffefe
color15 #fffefe
selection_foreground #000000
selection_foreground #000000
'';
};
};