aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-06-14 17:37:53 +0100
committerAkshay <[email protected]>2022-06-14 17:37:53 +0100
commit6066b1bbe2c1cdaa8b0085a92071c11d64e9abbf (patch)
tree77db1d8e39d425105bf0ad20fb83881654d1ab33 /home.nix
parent0ed4698d124a4bfd9e57fbe99d89b6a46a7c11f0 (diff)
stuff for colemak
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index 77484ec..c113997 100644
--- a/home.nix
+++ b/home.nix
@@ -44,7 +44,6 @@
44 neomutt 44 neomutt
45 mpv 45 mpv
46 nodePackages.bash-language-server 46 nodePackages.bash-language-server
47 gitAndTools.delta
48 w3m 47 w3m
49 noto-fonts-emoji 48 noto-fonts-emoji
50 ripgrep-all 49 ripgrep-all
@@ -85,7 +84,6 @@
85 initExtra = '' 84 initExtra = ''
86 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" 85 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
87 xrdb -load $HOME/.Xresources 86 xrdb -load $HOME/.Xresources
88 setxkbmap -option 'caps:swapescape'
89 ''; 87 '';
90 }; 88 };
91 89