Compare commits
No commits in common. "50e96683a4f7449e2aed649b03a2a526eaf69548" and "a1303038aeb46740e822b5e017aaaf8dfc73c74f" have entirely different histories.
50e96683a4
...
a1303038ae
|
@ -1,13 +1,13 @@
|
|||
{ theme, ... }:
|
||||
|
||||
let
|
||||
theme_file = if theme == "light" then "Solarized_Light" else "Solarized_Dark";
|
||||
theme_name = if theme == "light" then "Solarized Light" else "Solarized Dark";
|
||||
in
|
||||
{
|
||||
programs = {
|
||||
kitty = {
|
||||
enable = true;
|
||||
themeFile = theme_file;
|
||||
theme = theme_name;
|
||||
font = {
|
||||
name = "FiraCode";
|
||||
};
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
thunderbird
|
||||
keepassxc
|
||||
light
|
||||
element-desktop-wayland
|
||||
element-desktop
|
||||
darktable
|
||||
kubectl
|
||||
kubectx
|
||||
|
|
Loading…
Reference in New Issue