f912025218
Add new inputs `crane` and `fenix` to the flake and update lock hashes for many dependencies. Disable remote‑server for Zed, ChatGPT, VirtualBox, Exercism, and Logisim‑Evolution in host configurations. Add `noctalia-shell` to Hyprland exec‑once and remove systemd enable in the noctalia module.
11 lines
434 B
Nix
11 lines
434 B
Nix
_: {
|
|
wayland.windowManager.hyprland.settings.exec-once = [
|
|
"wl-paste --type text --watch cliphist store" # Saves text
|
|
"wl-paste --type image --watch cliphist store" # Saves images
|
|
"dbus-update-activation-environment --all --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
|
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
|
"systemctl --user start hyprpolkitagent"
|
|
"noctalia-shell"
|
|
];
|
|
}
|