framework: merged updates

This commit is contained in:
Tristan 2025-09-08 16:27:09 +01:00
commit 3ba1aecdb4
15 changed files with 72 additions and 96 deletions

View file

@ -11,6 +11,7 @@
];
programs.waybar.settings.mainBar.modules-left = ["niri/workspaces" "niri/window"];
programs.waybar.settings.mainBar.modules-right = lib.mkBefore ["niri/language"];
programs.fuzzel = {
enable = true;
@ -32,8 +33,8 @@
programs.niri = {
settings = {
input.keyboard = {
xkb.layout = "us";
xkb.variant = "dvorak";
xkb.layout = "us,gb";
xkb.variant = "dvorak,";
xkb.options = "caps:escape";
};
input.mouse = {
@ -57,7 +58,7 @@
};
environment = {
NIXOS_OZONE_WL = "1";
DISPLAY = ":1";
DISPLAY = ":0";
};
binds = with config.lib.niri.actions; {
"Mod+Return".action.spawn = [(lib.getExe config.programs.terminal)];
@ -110,6 +111,7 @@
"Mod+M".action = switch-preset-column-width;
"Mod+G".action = toggle-window-floating;
"Mod+Shift+Ctrl+Alt+Space".action = switch-layout "next";
"Print".action = screenshot;