Home Gen101 @ 2024-04-26-13:59
This commit is contained in:
parent
2ed3f7cfbc
commit
b816e910cf
@ -16,7 +16,9 @@
|
||||
"$mod" = "SUPER";
|
||||
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
|
||||
|
||||
@ -8,7 +8,6 @@ in {
|
||||
options.desktop.de.hyprland = {
|
||||
enable = lib.mkEnableOption "enable hyprland desktop environment";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services = {
|
||||
xserver.libinput.enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user