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:
@@ -8,6 +8,7 @@
|
||||
];
|
||||
|
||||
security = {
|
||||
pam.services.swaylock = {};
|
||||
polkit.enable = true;
|
||||
rtkit.enable = true;
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user