keep-sorted, small tweaks to niri session

This commit is contained in:
Vinzenz Schroeter 2025-11-11 12:08:04 +01:00
parent 0679372363
commit d83096186f
4 changed files with 38 additions and 29 deletions

View file

@ -9,7 +9,6 @@
home.sessionVariables.NIXOS_OZONE_WL = "1";
home.packages = with pkgs; [
xwayland-satellite
alacritty
];
qt.style = {
@ -17,8 +16,6 @@
name = "adwaita-dark";
};
services.mako.enable = true;
programs.niri.settings = {
outputs = {
"BOE 0x0A3B Unknown" = {
@ -61,7 +58,6 @@
{
background-color = "#000000";
gaps = gap-size;
#default-column-display = "tabbed";
border = {
enable = true;
width = gap-size / 2;