184 current 2025-01-04 17:34:03 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
9
home/programs/neovim/default.nix
Normal file
9
home/programs/neovim/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user