WIP: add hypridle
This commit is contained in:
parent
cdfbd5dc5b
commit
03b7aa9bf0
4 changed files with 39 additions and 192 deletions
8
common/hypridle.nix
Normal file
8
common/hypridle.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
options.services.hypridle = {
|
||||
enable = true;
|
||||
# TODO: find commands to turn on/off monitors
|
||||
};
|
||||
}
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
./kitty.nix
|
||||
./waybar.nix
|
||||
./wofi.nix
|
||||
./hypridle.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
hyprland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue