My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

✨ add olympus

Simon R. - fantomitechno (Jan 26, 2026, 12:19 PM +0100) ec68e0b7 e9215ca6

+8 -2
+5
home/niri/config/window-rules.kdl
··· 17 17 } 18 18 19 19 window-rule { 20 + match app-id="love" 21 + open-on-workspace "stm" 22 + } 23 + 24 + window-rule { 20 25 match app-id=r#"tidal"# 21 26 open-on-workspace "oss" 22 27 }
+2 -2
home/niri/nws.sh
··· 3 3 # Query windows, sort by app_id, and format for wofi with icons 4 4 win=$(niri msg -j windows | jq -r '.[] | "\(.app_id)\t\(.title)\t\(.id)"' \ 5 5 | sort -k1,1 \ 6 - | awk -F'\t' '{print $1 " - " $2}' \ 6 + | awk -F'\t' '{print $1 " - " $2 "\t" $3}' \ 7 7 | wofi -d --prompt "Switch window:") 8 8 9 9 # Extract ID (second tab field) ··· 12 12 # Focus window 13 13 if [ -n "$id" ]; then 14 14 niri msg action focus-window --id "$id" 15 - fi 15 + fi
+1
hosts/common/packages.nix
··· 59 59 # apps 60 60 bitwarden-desktop 61 61 nautilus 62 + olympus 62 63 proton-pass 63 64 signal-desktop 64 65 steam