zenix: update

This commit is contained in:
Tristan 2025-10-23 17:45:25 +01:00
parent dd63b17877
commit ece1abdd3e
4 changed files with 47 additions and 49 deletions

View file

@ -47,9 +47,9 @@
dwt = true; # disable when typing
};
prefer-no-csd = true;
spawn-at-startup = [
{command = [(lib.getExe pkgs.xwayland-satellite)];}
];
xwayland-satellite = {
path = lib.getExe pkgs.xwayland-satellite;
};
layout = {
preset-column-widths = [
{proportion = 1.0;}
@ -58,7 +58,6 @@
};
environment = {
NIXOS_OZONE_WL = "1";
DISPLAY = ":0";
};
binds = with config.lib.niri.actions; {
"Mod+Return".action.spawn = [(lib.getExe config.programs.terminal)];
@ -113,7 +112,7 @@
"Mod+G".action = toggle-window-floating;
"Mod+Shift+Ctrl+Alt+Space".action = switch-layout "next";
"Print".action = screenshot;
"Print".action.screenshot = [];
"XF86AudioRaiseVolume".action.spawn = ["raise-volume"];
"XF86AudioLowerVolume".action.spawn = ["lower-volume"];

View file

@ -71,7 +71,6 @@ in {
sidebar.enable = true;
};
programs.mbsync.enable = cfg.terminal;
services.mbsync.enable = cfg.terminal;
programs.aerc = {
enable = cfg.terminal;

View file

@ -8,7 +8,6 @@
# Helpers
heroic
lutris
gamescope
gamemode
mangohud