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

@@ -209,5 +209,6 @@ in
android-tools
#grayjay
youtube-music
ulauncher
];
}

View File

@@ -100,7 +100,7 @@ in
{ allowUnfree = true; }
'';
#".config/doom".source = ../dots/doom;
".config/quickshell".source = ../dots/quickshell;
".config/shell".source = ../dots/quickshell;
#".config/kitty".source = ../../universal/dots/kitty;
#".config/nvim".source = ../../universal/dots/nvim;
"Pictures/Wallpapers".source = ../assets/Wallpapers;

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" ];
};
};
}

View File

@@ -101,7 +101,7 @@ in
{ allowUnfree = true; }
'';
#".config/doom".source = ../dots/doom;
".config/quickshell".source = ../dots/quickshell;
".config/shell".source = ../dots/quickshell;
#".config/kitty".source = ../../universal/dots/kitty;
#".config/nvim".source = ../../universal/dots/nvim;
"Pictures/Wallpapers".source = ../assets/Wallpapers;