Moved Hyprland config into a separate folder

This commit is contained in:
2025-05-09 18:39:30 +02:00
parent ecb9c8eed2
commit ca58dfcdf0
6 changed files with 10 additions and 4 deletions

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

@@ -0,0 +1,6 @@
{ ... }:
{
programs.wofi = {
enable = true;
};
}