Changed: Folder Structure Hyprland

This commit is contained in:
2025-03-27 12:54:14 +01:00
parent fcdb035f7a
commit dc91632284
9 changed files with 289 additions and 270 deletions

View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
# Hyprland and related packages
home.packages = with pkgs; [
hyprlock
];
# Hyprlock configuration
services.hyprlock.enable = true;
}