This commit is contained in:
doloro
2025-09-22 23:24:36 +00:00
parent 7dde8c496d
commit 37b92bb861
5 changed files with 24 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ in
{
imports = [
./settings.nix
./runner.nix
];
wayland.windowManager.hyprland = {
enable = true;

View File

@@ -0,0 +1,8 @@
{ inputs, pkgs, ... }:
let
in {
home.packages = with pkgs; [
wofi
];
}

View File

@@ -92,7 +92,7 @@
"$mainMod, M, exit"
"$mainMod, E, exec, $fileManager"
"$mainMod, V, togglefloating,"
"$mainMod, R, exec, $menu"
"$mainMod, R, exec, wofi --show drun"
"$mainMod, P, pseudo, # dwindle"
"$mainMod, J, togglesplit, # dwindle"
"$mainMod, left, movefocus, l"