Home Gen101 @ 2024-04-26-13:59

This commit is contained in:
Jonas Röger 2024-04-26 13:59:18 +02:00
parent 2ed3f7cfbc
commit b816e910cf
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,9 @@
"$mod" = "SUPER"; "$mod" = "SUPER";
bind = bind =
[ [
"$mod d, exec, ${pkgs.rofi}/bin/rofi -show drun" "$mod RETURN, exec, ${pkgs.kitty}/bin/kitty"
"$mod f, exec, ${pkgs.firefox}/bin/firefox"
# "$mod d, exec, ${pkgs.rofi}/bin/rofi -show drun"
] ]
++ ( ++ (
# workspaces # workspaces

View File

@ -8,7 +8,6 @@ in {
options.desktop.de.hyprland = { options.desktop.de.hyprland = {
enable = lib.mkEnableOption "enable hyprland desktop environment"; enable = lib.mkEnableOption "enable hyprland desktop environment";
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services = { services = {
xserver.libinput.enable = true; xserver.libinput.enable = true;