Add structure for home-manager to nix

This commit is contained in:
2026-02-14 10:08:23 +01:00
parent dbe24d8866
commit 4a3e8ad43e
4 changed files with 157 additions and 18 deletions

6
home/hypr/hyprland.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, lib, ... }:
{
imports = [
];
}