configures fuzzel scripts
This commit is contained in:
parent
aa9a0fe7f2
commit
9fe5d5ac1e
2 changed files with 13 additions and 0 deletions
|
|
@ -5,6 +5,19 @@
|
|||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/fuzzel/scripts";
|
||||
};
|
||||
|
||||
xdg.desktopEntries = {
|
||||
fuzzel-ssh = {
|
||||
type = "Application";
|
||||
name = "SSH";
|
||||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-ssh.sh";
|
||||
};
|
||||
fuzzel-cliphist = {
|
||||
type = "Application";
|
||||
name = "Clipboard History";
|
||||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
|
||||
};
|
||||
};
|
||||
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue