nixos/user/scripts/default.nix
2024-12-04 16:27:03 +01:00

8 lines
131 B
Nix

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