rbw launcher
This commit is contained in:
parent
d7d49a027c
commit
4b2f0434b2
10 changed files with 62 additions and 35 deletions
11
modules/home/sway-launcher-desktop.nix
Normal file
11
modules/home/sway-launcher-desktop.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
sway-launcher-desktop
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
xdg.configFile."sway-launcher-desktop/providers".source = ./sway-launcher-providers;
|
||||
home.file.".local/bin/sway-launcher-rbw".source = ./sway-launcher-providers/sway-launcher-rbw.fish;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue