switched to niri.

added basic 3/4 finger gestures.

nixos: gen 161 @ nix-pad — 2026-07-30 21:40
26.05.20260724.597283a (Yarara)

nixos: gen 162 @ nix-pad — 2026-07-30 21:45
26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-30 21:50:31 -06:00
parent 504d4bab15
commit 0201fb5fcc
51 changed files with 863 additions and 905 deletions
+1
View File
@@ -8,6 +8,7 @@
];
security = {
pam.services.swaylock = {};
polkit.enable = true;
rtkit.enable = true;
+1 -1
View File
@@ -6,7 +6,7 @@
isNormalUser = true;
description = "Josh Ashton";
group = "jashton";
extraGroups = [ "networkmanager" "wheel" "tss" "video" ];
extraGroups = [ "networkmanager" "wheel" "tss" "video" "audio" "input" ];
shell = pkgs.zsh;
};