update macbook

This commit is contained in:
2025-03-09 14:37:27 -04:00
parent 869a4e6e6c
commit 32e7065d33
3 changed files with 28 additions and 29 deletions

View File

@@ -0,0 +1,11 @@
{
pkgs,
config,
...
}: {
programs = {
spotify-player = {
enable = true;
};
};
}

View File

@@ -0,0 +1,12 @@
{
pkgs,
config,
...
}: {
programs = {
tealdeer = {
enable = true;
settings.updates.auto_update = true;
};
};
}