Refactored hyprland configs

This commit is contained in:
TypoMustakes
2026-04-08 13:52:22 +02:00
parent e024e011ad
commit dfa8cce489
3 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
{
imports = [
./hyprland.nix
./hyprland/hypr/hyprland.nix
];
home = {
username = "typo";

View File

@@ -0,0 +1,5 @@
{
imports = [
../programs/fuzzel.nix
];
}