diff --git a/home-manager/hyprland/hyprpanel/default.nix b/home-manager/hyprland/hyprpanel/default.nix index a6a683b..7aced3b 100644 --- a/home-manager/hyprland/hyprpanel/default.nix +++ b/home-manager/hyprland/hyprpanel/default.nix @@ -116,7 +116,7 @@ in }; }; - wallpaper.enable = true; + wallpaper.enable = false; }; }; } diff --git a/justfile b/justfile index 74f63c2..b4c4848 100644 --- a/justfile +++ b/justfile @@ -23,8 +23,10 @@ update: just switch +# Encrypt all files in the repo using git-crypt lock: git-crypt lock +# Decrypt all files in the repo using git-crypt and the user's GPG key unlock: git-crypt unlock ~/.config/git/crypt-key