[Hypr] Sets up hypridle. [Nvim] Sets up nix formatting

This commit is contained in:
2025-05-19 15:52:29 -07:00
parent a5ceae0912
commit d5bc7c3143
5 changed files with 53 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
{ pkgs, ... }:
{
imports = [
./hypr/hypridle.nix
];
home.packages = with pkgs; [
swayosd # volume pop-up
swaynotificationcenter # notifications
@@ -11,16 +15,6 @@
xclip
];
services.swayidle = {
enable = true;
events = [
{
event = "before-sleep";
command = "hyprlock";
}
];
};
wayland.windowManager.hyprland = {
enable = true;
plugins = [