Compare commits
2 Commits
a1303038ae
...
50e96683a4
Author | SHA1 | Date |
---|---|---|
mandlm | 50e96683a4 | |
mandlm | 2bbd01d2f7 |
|
@ -1,13 +1,13 @@
|
||||||
{ theme, ... }:
|
{ theme, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
theme_name = if theme == "light" then "Solarized Light" else "Solarized Dark";
|
theme_file = if theme == "light" then "Solarized_Light" else "Solarized_Dark";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = theme_name;
|
themeFile = theme_file;
|
||||||
font = {
|
font = {
|
||||||
name = "FiraCode";
|
name = "FiraCode";
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
light
|
light
|
||||||
element-desktop
|
element-desktop-wayland
|
||||||
darktable
|
darktable
|
||||||
kubectl
|
kubectl
|
||||||
kubectx
|
kubectx
|
||||||
|
|
Loading…
Reference in New Issue