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
+9 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, lib, pkgs, ... }:
{
imports = [
@@ -12,6 +12,13 @@
# Zsh is configured globally at the NixOS system level.
# This file exists solely to prevent the zsh-newuser-install prompt.
'';
home.sessionVariables = {
NIXOS_OZONE_WL = "1"; # Forces Electron/Chromium apps to use Wayland natively
GTK_IM_MODULE = "wayland"; # Forces GTK apps to use Wayland text-input protocols
QT_IM_MODULE = "wayland"; # Forces Qt apps to use Wayland text-input protocols
TEXT_INPUT_PRESENT = "1"; # Explicitly signals virtual keyboard capability to the shell
};
home.packages = with pkgs; [
aider-chat
@@ -28,6 +35,7 @@
libreoffice
mc
scrot
steam
spotify
vlc
yt-dlp