Fix backup-home service
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user