Add Hyprland, attempt generalization
This commit is contained in:
parent
590430f296
commit
a0cc623c4b
57 changed files with 634 additions and 385 deletions
26
modules/home/wms/hyprland/autostart/default.nix
Normal file
26
modules/home/wms/hyprland/autostart/default.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
{ 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
|
||||
"hyprpaper"
|
||||
"wl-paste -t text --watch clipman store -P"
|
||||
"wl-copy"
|
||||
"mako"
|
||||
"sunshine"
|
||||
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
|
||||
|
||||
# Foreground
|
||||
"librewolf -P Misc --name=MiscBrowser"
|
||||
"thunderbird"
|
||||
"vesktop"
|
||||
"fractal"
|
||||
"telegram-desktop"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue