From a6cb4a5cf68a37e1f10d27fc410ba03d6bdd85a4 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sun, 2 Mar 2025 08:19:45 +0100 Subject: [PATCH] :bug: Disable wallpaper by Hyprpanel, comments on justfile --- home-manager/hyprland/hyprpanel/default.nix | 2 +- justfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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