Home Gen101 @ 2024-04-26-13:59
This commit is contained in:
parent
2ed3f7cfbc
commit
b816e910cf
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user