desktop-2024-11-10-19-33-49

This commit is contained in:
Alexander Szczepanski
2024-11-10 19:33:49 +01:00
parent ed7833b3e9
commit a0e47fea0e
15 changed files with 359 additions and 216 deletions

View File

@ -27,6 +27,8 @@
noto-fonts-emoji
noto-fonts-extra
inputs.apple-fonts.packages.${pkgs.system}.sf-pro-nerd
open-sans
stix-two
twemoji-color-font
@ -44,7 +46,6 @@
# };
programs = {
adb.enable = true;
ssh = {startAgent = true;};
# dconf.enable = true;
# gnupg.agent = {
@ -68,6 +69,9 @@
discord
kdenlive
shotcut
vorta
kitty
];
home-manager.users.alex = {pkgs, ...}: {
@ -86,34 +90,34 @@
};
};
kitty = {
enable = true;
extraConfig = ''
enable_audio_bell false
# kitty = {
# enable = true;
# extraConfig = ''
# enable_audio_bell false
background #000000
foreground #e9e9e9
cursor #e9e9e9
selection_background #424242
color0 #000000
color8 #555555
color1 #d44d53
color9 #d44d53
color2 #b9c949
color10 #b9c949
color3 #e6c446
color11 #e6c446
color4 #79a6da
color12 #79a6da
color5 #c396d7
color13 #c396d7
color6 #70c0b1
color14 #70c0b1
color7 #fffefe
color15 #fffefe
selection_foreground #000000
'';
};
# background #000000
# foreground #e9e9e9
# cursor #e9e9e9
# selection_background #424242
# color0 #000000
# color8 #555555
# color1 #d44d53
# color9 #d44d53
# color2 #b9c949
# color10 #b9c949
# color3 #e6c446
# color11 #e6c446
# color4 #79a6da
# color12 #79a6da
# color5 #c396d7
# color13 #c396d7
# color6 #70c0b1
# color14 #70c0b1
# color7 #fffefe
# color15 #fffefe
# selection_foreground #000000
# '';
# };
};
};
}