Compare commits

..

No commits in common. "50e96683a4f7449e2aed649b03a2a526eaf69548" and "a1303038aeb46740e822b5e017aaaf8dfc73c74f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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