nixos/user/scripts/default.nix
2024-03-18 12:58:34 +01:00

7 lines
131 B
Nix

{ pkgs, config, ... }: {
home.file.".local/bin/rofi-launcher" = {
source = ./rofi-launcher.sh;
executable = true;
};
}