It's moving

This commit is contained in:
Hadi
2026-06-29 17:48:21 +02:00
parent 082de49ca4
commit cdffe66d72
62 changed files with 953 additions and 2147 deletions
+4 -1
View File
@@ -3,6 +3,7 @@
{
inputs,
pkgs,
lib,
config,
...
}: let
@@ -54,5 +55,7 @@ in {
age
];
wayland.windowManager.hyprland.settings.exec-once = ["systemctl --user start sops-nix"];
wayland.windowManager.hyprland.settings.exec-once = [
"systemctl --user start sops-nix"
];
}