Working on hyprland config

This commit is contained in:
2026-03-15 16:17:48 +00:00
parent c6e706fce3
commit 583fe49d9c
16 changed files with 119 additions and 590 deletions
@@ -0,0 +1,7 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
imports = [
./wofi.nix
];
# .. put any code here
}