Compare commits
No commits in common. "ff3d88746a8da397e529d838dc8fa54fa9741725" and "877bf1fef904eee2c638105daf6f3a024c567850" have entirely different histories.
ff3d88746a
...
877bf1fef9
|
@ -13,7 +13,6 @@ in {
|
|||
};
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
wireplumber.enable = true;
|
||||
config.pipewire-pulse."context.modules" = [
|
||||
{
|
||||
"args" = { };
|
||||
|
@ -31,6 +30,7 @@ in {
|
|||
];
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire.wireplumber.enable = true;
|
||||
|
||||
# Set up Mopidy
|
||||
services.mopidy = {
|
||||
|
|
|
@ -85,9 +85,7 @@ in {
|
|||
description = "Garbage collect git repositories";
|
||||
path = [ git fd ];
|
||||
script = ''
|
||||
${pkgs.fd}/bin/fd -g -H --type directory '.git' /home/coolneng/Documents --exec git -C '{}' gc
|
||||
${pkgs.fd}/bin/fd -g -H --type directory '.git' /home/coolneng/Projects --exec git -C '{}' gc
|
||||
${pkgs.fd}/bin/fd -g -H --type directory '.git' /home/coolneng/Repos --exec git -C '{}' gc
|
||||
${pkgs.fd}/bin/fd -g -H --type directory '.git' /home/coolneng --exec git -C '{}' gc --aggressive
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
startAt = "*-*-13 17:00:00";
|
||||
|
|
Loading…
Reference in New Issue