commit 321fa96acc9dac435679cd4aaa8f9a1ec6d878ec
parent d50d850109c5e2fc02eb6279ec7b38a4104fd46f
Author: GuyClicking <bpaul848@gmail.com>
Date: Sat, 24 Jul 2021 19:07:57 +1000
Merge branch 'main' of https://github.com/GuyClicking/nix-config
Diffstat:
5 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/home/modules/graphical/polybar/default.nix b/home/modules/graphical/polybar/default.nix
@@ -69,7 +69,6 @@ with lib;
#while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch Polybar
- export DISPLAY=:0
polybar -rq bar &
'';
diff --git a/home/modules/terminal/alacritty.nix b/home/modules/terminal/alacritty.nix
@@ -58,7 +58,7 @@ in
settings = {
font = {
- size = 10;
+ size = 9;
normal = {
family = config.alacritty.font;
style = "Regular";
diff --git a/home/modules/terminal/zsh.nix b/home/modules/terminal/zsh.nix
@@ -71,9 +71,9 @@ in
};
initExtra = ''
- . ~/.nix-profile/etc/profile.d/nix.sh
+ #. ~/.nix-profile/etc/profile.d/nix.sh
- #any-nix-shell zsh --info-right | source /dev/stdin
+ any-nix-shell zsh --info-right | source /dev/stdin
PATH=$PATH:$HOME/.local/scripts:$HOME/.local/bin
diff --git a/home/modules/xorg/xbindkeys.nix b/home/modules/xorg/xbindkeys.nix
@@ -37,17 +37,17 @@ with lib;
"bspc node -k"
m:0x41 + c:54
- "lock"
- m:0x40 + c:53
+# "lock"
+# m:0x40 + c:53
- "browser"
- m:0x40 + c:56
+# "browser"
+# m:0x40 + c:56
- "scratchpad"
- m:0x40 + c:31
+# "scratchpad"
+# m:0x40 + c:31
- "calculate"
- m:0x44 + c:54
+# "calculate"
+# m:0x44 + c:54
"amixer set Master 5%+"
XF86AudioRaiseVolume
diff --git a/home/profiles/laptop.nix b/home/profiles/laptop.nix
@@ -18,9 +18,9 @@ in
emacs.enable = true;
haskell.enable = true;
idris2.enable = true;
+ latex.enable = true;
polybar.enable = true;
rofi.enable = true;
- zathura.enable = true;
xbindkeys.enable = true;
xinit = {
enable = true;
@@ -32,6 +32,7 @@ in
exec bspwm
'';
};
+ zathura.enable = true;
home.packages = with pkgs; [
# packages