summaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts')
-rw-r--r--nixos/hosts/box/box.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix
index 293c71a..3849441 100644
--- a/nixos/hosts/box/box.nix
+++ b/nixos/hosts/box/box.nix
@@ -166,6 +166,12 @@
QT_CURSOR_SIZE = "16";
};
+ gtk = {
+ enable = true;
+ theme = { name = "Adwaita-dark"; package = pkgs.gnome-themes-extra; };
+ font = { name = "MonaspiceNe Nerd Font Mono"; size = 11; };
+ };
+
home.file = {
".documents/obsidian/.obsidian/app.json".text = builtins.toJSON {
readableLineLength = true;