reenable hypr utils
This commit is contained in:
parent
91a90350a9
commit
3696b6b40a
6 changed files with 16 additions and 29 deletions
|
@ -9,8 +9,6 @@
|
|||
|
||||
playerctl
|
||||
|
||||
kanshi
|
||||
|
||||
jq
|
||||
bc
|
||||
xorg.xrandr
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
imports = [
|
||||
./hypridle.nix
|
||||
./hyprland.nix
|
||||
|
@ -8,4 +9,6 @@
|
|||
./hyprpaper.nix
|
||||
#./kanshi.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
];
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = [
|
||||
''kanshi & hyprpaper & hypridle &"''
|
||||
''kanshi &''
|
||||
|
||||
''hyprctl dispatch exec "[workspace 1 silent] kitty"''
|
||||
''hyprctl dispatch exec "[workspace 2 silent] firefox"''
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue