reorganized hyprland temporarily

This commit is contained in:
willifan 2024-11-03 14:16:43 +01:00
parent 90b837256d
commit 8eeb0f4ce5
28 changed files with 917 additions and 24 deletions

View file

@ -0,0 +1,15 @@
{ ...}:
{
home-manager.users.willifan = {
services.hyprpaper = {
enable = true;
settings = {
splash = true;
ipc = "off";
};
};
};
}