Improve hyprlock stuff
Some checks failed
pre-commit / pre-commit (push) Failing after 17s

This commit is contained in:
2024-06-10 02:26:51 +02:00
parent f67b65245b
commit 8ab6181448
6 changed files with 27 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
{ pkgs, config, ... }: {
imports = [
./lockhelper.nix
];
home.file.".local/bin/hl-no-opacity" = {
source = ./hl-no-opacity.sh;
executable = true;