mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-28 03:37:31 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = [
|
||||
# "hypridle & mako & waybar & fcitx5"
|
||||
# "waybar"
|
||||
# "swaybg -i ~/.config/omarchy/current/background -m fill"
|
||||
"systemctl --user start hyprpolkitagent"
|
||||
"wl-clip-persist --clipboard regular & clipse -listen"
|
||||
|
||||
# "dropbox-cli start" # Uncomment to run Dropbox
|
||||
];
|
||||
|
||||
exec = [
|
||||
"pkill -SIGUSR2 waybar || waybar"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user