feat: use adwaita dark only when using gnome theme
This commit is contained in:
@@ -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" = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user