Fix gunter stuff

This commit is contained in:
2024-04-22 22:34:14 +02:00
parent 40c90f7fee
commit d0faa61427
7 changed files with 88 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
{ inputs, pkgs, lib, config, ... }: {
imports = [
./hyprlock.nix
./hypridle.nix
];
options.hyprland.enable = lib.mkEnableOption "Hyprland";
config = {
home.packages = with pkgs; [
@@ -122,6 +126,9 @@
# term
"$mainMod,Return,exec,$term"
# hyprlock
"$shiftMainMod,l,exec,hyprlock"
# rofi
"$mainMod,D,exec,rofi-launcher"
"$mainMod,P,exec,rofi-rbw"
@@ -166,6 +173,7 @@
"waybar"
"hyprpaper & sleep 2 && randomwp"
"easyeffects --gapplication-service"
"hypridle"
# "dunst"
];
};