diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:37:06 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:37:06 -0800 |
commit | a3d2b478b96863f9764d9f47867860b131e3ae40 (patch) | |
tree | ae946d01d7c466ea1c9ea1416023334a53a1aa61 /home.nix | |
parent | ffaf76d3acb6cc3e5394f985ab803d107a03da6f (diff) |
add powermenu
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |