chore: small misc changes
This commit is contained in:
parent
94caeba566
commit
1cbe92da3a
3 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,10 @@ lib.mkIf osConfig.programs.firefox.enable {
|
||||||
"NixOS Packages" = {
|
"NixOS Packages" = {
|
||||||
urls = [ { template = "https://search.nixos.org/packages?query={searchTerms}"; } ];
|
urls = [ { template = "https://search.nixos.org/packages?query={searchTerms}"; } ];
|
||||||
icon = nixicon;
|
icon = nixicon;
|
||||||
definedAliases = [ "@nixpkg" ];
|
definedAliases = [
|
||||||
|
"@nixpkg"
|
||||||
|
"@nixpkgs"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
"NixOS Wiki" = {
|
"NixOS Wiki" = {
|
||||||
urls = [ { template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; } ];
|
urls = [ { template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; } ];
|
||||||
|
|
|
@ -136,6 +136,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
||||||
"$mod, Return, exec, ${pkgs.foot}/bin/foot"
|
"$mod, Return, exec, ${pkgs.foot}/bin/foot"
|
||||||
#"$mod, S, exec, rofi -show clipboard -show-icons"
|
#"$mod, S, exec, rofi -show clipboard -show-icons"
|
||||||
"$mod SHIFT, Q, killactive,"
|
"$mod SHIFT, Q, killactive,"
|
||||||
|
"$mod, V, togglefloating"
|
||||||
"$mod SHIFT, P, exec, rofi -show p -modi p:${pkgs.rofi-power-menu}/bin/rofi-power-menu"
|
"$mod SHIFT, P, exec, rofi -show p -modi p:${pkgs.rofi-power-menu}/bin/rofi-power-menu"
|
||||||
"$mod, P, exec, ${pkgs.cliphist}/bin/cliphist wipe & ${pkgs.hyprlock}/bin/hyprlock"
|
"$mod, P, exec, ${pkgs.cliphist}/bin/cliphist wipe & ${pkgs.hyprlock}/bin/hyprlock"
|
||||||
"$mod SHIFT, C, exec, hyprctl reload"
|
"$mod SHIFT, C, exec, hyprctl reload"
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
calibre
|
calibre
|
||||||
alacritty
|
alacritty
|
||||||
tagger
|
tagger
|
||||||
|
soundconverter
|
||||||
|
|
||||||
# proprietary
|
# proprietary
|
||||||
obsidian
|
obsidian
|
||||||
|
|
Loading…
Add table
Reference in a new issue