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
+1 -1
View File
@@ -21,8 +21,8 @@
../../home/programs/group/misc.nix
# System (Desktop environment like stuff)
../../home/system/hyprlock
../../home/system/hyprland
# ../../home/system/caelestia-shell
../../home/system/waybar
../../home/system/hyprpaper
../../home/system/mime
+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"
];
}