adds ulauncher github shortcut
This commit is contained in:
parent
5f83cf2e6d
commit
8638652839
1
config/autostart/ulauncher.desktop
Symbolic link
1
config/autostart/ulauncher.desktop
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/nix/store/4jqpwdf5q8rh58a9vk80r4naaz9aic6z-home-manager-files/.config/autostart/ulauncher.desktop
|
@ -61,6 +61,16 @@ let
|
|||||||
"run_without_argument" = false;
|
"run_without_argument" = false;
|
||||||
"added" = 0;
|
"added" = 0;
|
||||||
};
|
};
|
||||||
|
"43d1ed32-8fd3-fbf8-94f5-cffa7cd607a1" = {
|
||||||
|
"id" = "40d1ed32-8fd3-4bf8-92f5-cbaa7cd607a1";
|
||||||
|
"name" = "GitHub";
|
||||||
|
"keyword" = "gh";
|
||||||
|
"cmd" = "https://github.com/search?q=%s";
|
||||||
|
"icon" = null;
|
||||||
|
"is_default_search" = false;
|
||||||
|
"run_without_argument" = false;
|
||||||
|
"added" = 0;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Create a Python environment with all required packages
|
# Create a Python environment with all required packages
|
||||||
@ -91,15 +101,13 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
# https://github.com/friday/ulauncher-gnome-settings
|
# https://github.com/friday/ulauncher-gnome-settings
|
||||||
# https://ext.ulauncher.io/-/github-ulauncher-ulauncher-emoji
|
# https://ext.ulauncher.io/-/github-ulauncher-ulauncher-emoji
|
||||||
# https://ext.ulauncher.io/-/github-tchar-ulauncher-albert-calculate-anything
|
# https://ext.ulauncher.io/-/github-tchar-ulauncher-albert-calculate-anything
|
||||||
# https://ext.ulauncher.io/-/github-isacikgoz-ukill
|
# https://ext.ulauncher.io/-/github-isacikgoz-ukill
|
||||||
# https://ext.ulauncher.io/-/github-iboyperson-ulauncher-system
|
# https://ext.ulauncher.io/-/github-iboyperson-ulauncher-system
|
||||||
#
|
|
||||||
#
|
|
||||||
#
|
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: { ulauncher = prev.ulauncher.override { python3 = pythonWithPackages; }; })
|
(final: prev: { ulauncher = prev.ulauncher.override { python3 = pythonWithPackages; }; })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user