mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: need a quick push
This commit is contained in:
parent
a5bfa31ada
commit
0ddf9cd1ce
12 changed files with 96 additions and 7 deletions
|
@ -72,6 +72,7 @@ in
|
|||
finamp
|
||||
lingot
|
||||
keymapp
|
||||
zen
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
12
modules/home/gui/apps/browsers/zen/default.nix
Executable file
12
modules/home/gui/apps/browsers/zen/default.nix
Executable file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
flake,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (flake.inputs.zen-browser.packages."${pkgs.system}")
|
||||
default
|
||||
;
|
||||
};
|
||||
}
|
|
@ -76,6 +76,14 @@ in
|
|||
trigger = ":emdash";
|
||||
replace = "—";
|
||||
}
|
||||
{
|
||||
trigger = ":dag1";
|
||||
replace = "†";
|
||||
}
|
||||
{
|
||||
trigger = ":dag2";
|
||||
replace = "‡";
|
||||
}
|
||||
{
|
||||
trigger = ":glp";
|
||||
replace = "GLP-1RA";
|
||||
|
|
|
@ -59,9 +59,6 @@ let
|
|||
"Home, exec, playerctl play-pause"
|
||||
"Space, exec, fuzzel"
|
||||
# Utility
|
||||
"End, exec, shutdown now"
|
||||
"Insert, exec, systemctl reboot"
|
||||
"Home, exec, swaylock"
|
||||
];
|
||||
|
||||
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
||||
|
@ -70,6 +67,9 @@ let
|
|||
"period, exec, emote"
|
||||
"T, fullscreen, 0"
|
||||
# "Print, exec, grim -g \"$(slurp)\""
|
||||
"End, exec, shutdown now"
|
||||
"Insert, exec, systemctl reboot"
|
||||
"Home, exec, swaylock"
|
||||
];
|
||||
superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [
|
||||
# Super+shift binds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue