Added Hyprland

This commit is contained in:
2025-05-06 22:55:50 +02:00
parent 46c6deebda
commit 1581a55e46
9 changed files with 893 additions and 9 deletions

6
home/hyprlock.nix Normal file
View File

@@ -0,0 +1,6 @@
{ ... }:
{
programs.hyprlock = {
enable = true;
};
}