hosts/hyacinth: init

This commit is contained in:
LavaDesu 2023-01-28 00:12:28 +07:00
parent 1d770f1678
commit f8952fc47e
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 130 additions and 6 deletions

View file

@ -2,7 +2,7 @@
{ config, pkgs, ... }: {
xsession.windowManager.bspwm = {
enable = true;
monitors = { eDP-1 = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
monitors = { "DisplayPort-0" = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
settings = {
window_gap = 10;
border_width = 0;