about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-05-11 10:40:49 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-05-11 10:40:49 +0900
commit5de43bb3740eef3f040da93eea1fe08c9bc26263 (patch)
treebd42cc26c5f8d6444d31b2ee9fb8a54acac59a76 /nixos
parentc1dfc818278a9a85765d95b29a75ac31fb21e40c (diff)
downloaddotfiles-5de43bb3740eef3f040da93eea1fe08c9bc26263.tar.gz
Update lab config
Diffstat (limited to 'nixos')
-rw-r--r--nixos/.Xdefaults2
-rw-r--r--nixos/.config/systemd/user/mbsync.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/.Xdefaults b/nixos/.Xdefaults
index b9581ea..869589d 100644
--- a/nixos/.Xdefaults
+++ b/nixos/.Xdefaults
@@ -29,7 +29,7 @@ URxvt.jumpScroll:   true
 URxvt.font: xft:Latin Modern Mono:size=15:autohint=true
 URxvt.termName: rxvt-unicode-256color
 URxvt.perl-ext-common: default,font-size,autocomplete-ALL-the-things
-URxvt.font-size.step: 1
+URxvt.font-size.step: 3
 URxvt.keysym.M-C-slash: perl:aAtt:word-complete
 URxvt.keysym.M-question: perl:aAtt:fuzzy-complete
 URxvt.keysym.M-quotedbl: perl:aAtt:undo
diff --git a/nixos/.config/systemd/user/mbsync.service b/nixos/.config/systemd/user/mbsync.service
index ca4a07b..85c522f 100644
--- a/nixos/.config/systemd/user/mbsync.service
+++ b/nixos/.config/systemd/user/mbsync.service
@@ -5,7 +5,7 @@ ConditionPathExists=%h/.mbsyncrc
 After=network.target
 
 [Service]
-ExecStart=/run/current-system/sw/bin/mbsync primary school legacy
+ExecStart=/run/current-system/sw/bin/mbsync primary school
 Type=oneshot
 
 [Install]