nixfiles/home/programs/default.nix
NullBite 2a5744d45f
Hyprland: switch from swayidle to hypridle
this has some cool things including media inhibits by default
2024-03-26 02:38:22 -04:00

9 lines
82 B
Nix

{...}:
{
imports = [
./comma.nix
./mopidy.nix
./hypridle.nix
];
}