Desktop Updates Fri May 30 04:37:27 PM CDT 2025

This commit is contained in:
mjallen18
2025-05-30 16:37:27 -05:00
parent cdb39e966f
commit 0a29a3b0ad
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
{ {
imports = [ ./services.nix ]; imports = [ ./services.nix ];
# Programs configuration
programs = { programs = {
nix-ld = { nix-ld = {
enable = true; enable = true;
@@ -31,6 +30,7 @@
]; ];
}; };
coolercontrol.enable = true; coolercontrol.enable = true;
seahorse.enable = true;
}; };
# Hardware configs # Hardware configs

View File

@@ -126,7 +126,7 @@
exit 1 exit 1
fi fi
git push # git push
''; '';
# # Send an email on failure (optional) # # Send an email on failure (optional)
# startPost = '' # startPost = ''