1

feat: use adwaita dark only when using gnome theme

This commit is contained in:
Himadri Bhattacharjee
2024-11-29 17:12:07 +05:30
parent 88d47bd07f
commit adb2083ece
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,8 @@
]);
# the above two get merged
home.programs.helix.settings.theme = "adwaita-dark";
# Refer to https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/
dconf.settings = {
"org/gnome/calculator" = {

View File

@@ -4,7 +4,6 @@
programs.helix = {
enable = true;
settings = {
theme = "adwaita-dark";
editor.cursor-shape.insert = "bar";
editor.line-number = "relative";
editor.idle-timeout = 0;