184 current 2025-01-04 17:34:03 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-04 17:34:12 -05:00
parent 5739cfd18c
commit f5d8e07e07
2 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ pgrep -x sxhkd > /dev/null || sxhkd &
# xrandr --output eDP-1 --mode 1920x1080 --primary
# xrandr --output HDMI-1 --mode 1920x1080 --same-as eDP-1 --scale 1x1
xrandr --output eDP-1 --scale 1x1 --auto
bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

View File

@@ -0,0 +1,9 @@
{
pkgs,
lib,
...
}: {
programs.neovim = {
enable = true;
};
}