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