Hyprland tweaks to make it usable.

This commit is contained in:
2025-10-20 17:14:03 +01:00
parent 9d5a7994eb
commit 4d6d2b4d6f
6 changed files with 146 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
imports = [ ./server.nix ];
# Add workstation-specific programs here if needed in the future
}