Fix backup-home service

This commit is contained in:
2024-03-05 22:15:31 +01:00
parent e2f45ccc42
commit 89362838dc
3 changed files with 39 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }: {
{ pkgs, config, ... }: {
home.file.".local/bin/hl-no-opacity" = {
source = ./hl-no-opacity.sh;
executable = true;
@@ -11,8 +11,4 @@
source = ./randomwp.sh;
executable = true;
};
home.file.".local/bin/backup-home" = {
source = ./backup-home.sh;
executable = true;
};
}