nixos/user/scripts/default.nix

7 lines
131 B
Nix
Raw Normal View History

2024-03-18 11:58:34 +00:00
{ pkgs, config, ... }: {
home.file.".local/bin/rofi-launcher" = {
source = ./rofi-launcher.sh;
executable = true;
};
}