7 lines
125 B
Nix
7 lines
125 B
Nix
{ config, ... }: {
|
|
home.file.".local/bin/hl-no-opacity" = {
|
|
source = ./hl-no-opacity.sh;
|
|
executable = true;
|
|
};
|
|
}
|