aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-08 20:37:06 -0800
committerPreston Pan <preston@nullring.xyz>2024-03-08 20:37:06 -0800
commita3d2b478b96863f9764d9f47867860b131e3ae40 (patch)
treeae946d01d7c466ea1c9ea1416023334a53a1aa61 /home.nix
parentffaf76d3acb6cc3e5394f985ab803d107a03da6f (diff)
add powermenu
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index cad0839..36c2a01 100644
--- a/home.nix
+++ b/home.nix
@@ -1,4 +1,4 @@
-{ config, lib, nixpkgs, pkgs, wallpapers, ... }:
+{ config, lib, nixpkgs, pkgs, wallpapers, scripts, ... }:
{
home.username = "preston";
home.homeDirectory = "/home/preston";
@@ -944,6 +944,7 @@
"$mod, E, exec, emacs"
"$mod, V, exec, Discord"
"$mod, D, exec, wofi --show run"
+ "$mod, P, exec, bash ${scripts}/powermenu.sh"
"$mod, Q, killactive"
"$mod SHIFT, H, movewindow, l"
"$mod SHIFT, L, movewindow, r"