mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(niri): XF86 keysym actions
This commit is contained in:
parent
40f9eeed47
commit
73c6e134ad
11 changed files with 478 additions and 306 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
# Desktop Linux
|
||||
./programs/desktop/plasma.nix
|
||||
./programs/desktop/wayland-wm/niri.nix
|
||||
./programs/desktop/wayland-wm/niri
|
||||
|
||||
# General Program config
|
||||
../../modules/home/programs/eza.nix
|
||||
|
|
@ -52,5 +52,12 @@
|
|||
../../modules/home/dev/nix.nix
|
||||
];
|
||||
|
||||
currentUser.defaultTerminalRunner = "alacritty";
|
||||
|
||||
currentHost = {
|
||||
keyboardBacklightDevice = "asus::kbd_backlight";
|
||||
keyboardBacklightStep = "1";
|
||||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue