Update shared.nix

This commit is contained in:
Thilo Hohlt
2023-06-24 23:58:09 +02:00
committed by GitHub
parent e6a053c2ed
commit 1bf6609be4

View File

@@ -94,6 +94,10 @@
}; };
}; };
xwayland = false; xwayland = false;
extraConfig = ''
default_border pixel 2
default_floating_border pixel 2
'';
}; };
programs = { programs = {
waybar = { waybar = {