balls and cock

This commit is contained in:
Zastian Pretorius
2025-08-04 21:18:10 +01:00
parent 96bc1b1894
commit 3d61db9737
120 changed files with 26 additions and 11534 deletions

View File

@@ -29,4 +29,23 @@ in
WantedBy = [ "graphical-session.target" ];
};
};
systemd.user.services.ulauncher = {
Unit = {
Description = "Ulauncher service";
Documentation = [ "https://ulauncher.io/" ];
After = [ "graphical-session.target" ];
};
Service = {
Type = "simple";
BusName = "io.ulauncher.Ulauncher";
Environment="GDK_BACKEND=x11";
ExecStart = "${lib.getExe pkgs.ulauncher} --hide-window";
Restart = "always";
RestartSec = 1;
};
Install = {
WantedBy = [ "graphical-session.target" ];
};
};
}