refactor(hypr): separated exec-once to their corresponding apps
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = [
|
||||
"uwsm app -- elephant"
|
||||
"walker --gapplication-service"
|
||||
];
|
||||
};
|
||||
imports = [
|
||||
# ./style.nix
|
||||
./layout.nix
|
||||
|
||||
Reference in New Issue
Block a user