balls and cock
This commit is contained in:
@@ -209,5 +209,6 @@ in
|
||||
android-tools
|
||||
#grayjay
|
||||
youtube-music
|
||||
ulauncher
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user