Add Kanshi, Hyprland, remove Niri

This commit is contained in:
Bun 2025-05-04 22:54:21 -04:00
parent 4e90ea2e1c
commit 6feca365ff
26 changed files with 430 additions and 461 deletions

View file

@ -0,0 +1,23 @@
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings.exec-once = [
"waybar"
# Scratchpads
"foot -a btop -T Gotop btop"
"foot -a music -T Music ncmpcpp"
"foot -a sound -T Sound pulsemixer"
# Deamons and tray
"wpaperd"
"wl-paste -t text --watch clipman store -P"
"wl-copy"
"mako"
"rot8"
"wlsunset -s 22:30 -S 07:30"
# Foreground
"thunderbird"
"vesktop"
];
}