summaryrefslogtreecommitdiff
path: root/nixos/hosts/box
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-16 01:40:42 +0200
committerGitHub <noreply@github.com>2026-06-16 01:40:42 +0200
commit2b5d7604dbc4ae7265a759afc46c869d430ebece (patch)
tree6d3f70cd4c7179852699560347e9fa9fc70d117f /nixos/hosts/box
parent110fc33dcfc8a9dea13bfe8c72390e69ddac8f00 (diff)
Update box.nix
Diffstat (limited to 'nixos/hosts/box')
-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;