From 68e9a3cca4889b7d69b8e0a8373285af97c9b697 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Sun, 12 Apr 2026 14:13:13 +0200 Subject: [PATCH] niri: fix norwegian layout --- dotfiles/.config/niri/config.kdl | 6 +++--- modules/dev/default.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index dc65040..d258206 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -14,7 +14,7 @@ input { // For more information, see xkeyboard-config(7). // For example: - // layout "us,ru" + layout "us,no" options "compose:menu" // If this section is empty, niri will fetch xkb settings @@ -617,8 +617,8 @@ binds { // a matching layout switch hotkey configured in xkb options above. // Having both at once on the same hotkey will break the switching, // since it will switch twice upon pressing the hotkey (once by xkb, once by niri). - // Mod+Space { switch-layout "next"; } - // Mod+Shift+Space { switch-layout "prev"; } + Mod+Space { switch-layout "next"; } + Mod+Shift+Space { switch-layout "prev"; } Print { screenshot; } Ctrl+Print { screenshot-screen; } diff --git a/modules/dev/default.nix b/modules/dev/default.nix index 32e320f..9e75687 100644 --- a/modules/dev/default.nix +++ b/modules/dev/default.nix @@ -24,6 +24,7 @@ carapace starship kanshi + nnn ] ++ programming_languages; programs.git.enable = true;