chore: bump flake

This commit is contained in:
2025-05-04 20:23:44 -07:00
parent b96fa8ed74
commit f2e630d04d
3 changed files with 21 additions and 20 deletions

View File

@@ -37,6 +37,7 @@
firefox
brightnessctl
volumeicon
arandr
];
home-manager.users.luca = {
@@ -79,7 +80,7 @@
};
startup = [
{
command = "exec volumeicon";
command = "exec --no-startup-id volumeicon";
}
];
};