diff options
| author | caley <u65487754@gmail.com> | 2026-06-16 01:40:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 01:40:42 +0200 |
| commit | 2b5d7604dbc4ae7265a759afc46c869d430ebece (patch) | |
| tree | 6d3f70cd4c7179852699560347e9fa9fc70d117f | |
| parent | 110fc33dcfc8a9dea13bfe8c72390e69ddac8f00 (diff) | |
Update box.nix
| -rw-r--r-- | nixos/hosts/box/box.nix | 6 |
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; |
