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" = {
|
||||
urls = [ { template = "https://search.nixos.org/packages?query={searchTerms}"; } ];
|
||||
icon = nixicon;
|
||||
definedAliases = [ "@nixpkg" ];
|
||||
definedAliases = [
|
||||
"@nixpkg"
|
||||
"@nixpkgs"
|
||||
];
|
||||
};
|
||||
"NixOS Wiki" = {
|
||||
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, S, exec, rofi -show clipboard -show-icons"
|
||||
"$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, P, exec, ${pkgs.cliphist}/bin/cliphist wipe & ${pkgs.hyprlock}/bin/hyprlock"
|
||||
"$mod SHIFT, C, exec, hyprctl reload"
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
calibre
|
||||
alacritty
|
||||
tagger
|
||||
soundconverter
|
||||
|
||||
# proprietary
|
||||
obsidian
|
||||
|
|
Loading…
Add table
Reference in a new issue