update some vim stuff
Some checks failed
/ lint (push) Failing after 28s

This commit is contained in:
Jana Dönszelmann 2026-03-31 09:24:32 +02:00
parent ae9854f178
commit ca66e8d7b2
No known key found for this signature in database
13 changed files with 171 additions and 157 deletions

View file

@ -5,11 +5,12 @@ inputs@{ machine, ... }:
inherit inputs;
requirements = [ "graphical" ];
home-config =
{ config
, pkgs
, flakes
, lib
, ...
{
config,
pkgs,
flakes,
lib,
...
}:
let
noctalia =
@ -115,7 +116,7 @@ inputs@{ machine, ... }:
keyboard = {
xkb = {
layout = "us";
options = "grp:win_space_toggle,compose:ralt";
options = "grp:win_space_toggle,compose:rwin";
};
numlock = true;
};
@ -242,7 +243,7 @@ inputs@{ machine, ... }:
}
{
matches = [{ app-id = "firefox"; }];
matches = [ { app-id = "firefox"; } ];
open-on-workspace = "browser";
}
@ -600,7 +601,7 @@ inputs@{ machine, ... }:
id = "Volume";
}
]
++ [{ id = "Battery"; }]
++ [ { id = "Battery"; } ]
++ [
{
id = "KeyboardLayout";