Refresh flake.lock and disable unused services
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.
This commit is contained in:
@@ -5,5 +5,6 @@ _: {
|
||||
"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"
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
# lib,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
@@ -9,7 +9,6 @@
|
||||
package = inputs.noctalia.packages.${system}.default.override {
|
||||
calendarSupport = true;
|
||||
};
|
||||
systemd.enable = true;
|
||||
# settings.settingsVersion = lib.mkForce 46;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user