summaryrefslogtreecommitdiff
path: root/hosts/libreX60/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/libreX60/home.nix')
-rw-r--r--hosts/libreX60/home.nix22
1 files changed, 22 insertions, 0 deletions
diff --git a/hosts/libreX60/home.nix b/hosts/libreX60/home.nix
new file mode 100644
index 0000000..b537fc2
--- /dev/null
+++ b/hosts/libreX60/home.nix
@@ -0,0 +1,22 @@
+{
+ gtk._mintTheme = {
+ dark = true;
+ color = "Red";
+ icons.color = "Red";
+ };
+ fonts.fontconfig.defaultFonts.monospace = [ "TamzenForPowerline" ];
+ gtk = {
+ font.name = "monospace";
+ font.size = 8;
+ cursorTheme.size = 24;
+ };
+ programs._st = {
+ enable = true;
+ font = {
+ name = "TamzenForPowerline";
+ attrs = {
+ pixelsize = 14;
+ };
+ };
+ };
+}