Compare commits

...

2 Commits

Author SHA1 Message Date
mandlm 50e96683a4
chore: update kitty theme parameter 2024-09-23 19:23:30 +02:00
mandlm 2bbd01d2f7
fix: use wayland version of element-desktop 2024-09-23 19:20:02 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{ theme, ... }:
let
theme_name = if theme == "light" then "Solarized Light" else "Solarized Dark";
theme_file = if theme == "light" then "Solarized_Light" else "Solarized_Dark";
in
{
programs = {
kitty = {
enable = true;
theme = theme_name;
themeFile = theme_file;
font = {
name = "FiraCode";
};

View File

@ -13,7 +13,7 @@
thunderbird
keepassxc
light
element-desktop
element-desktop-wayland
darktable
kubectl
kubectx