chore: thinker stateversion fixes WIP
Some checks failed
/ check (push) Failing after 9s

This commit is contained in:
Daniel Flanagan 2025-02-17 21:45:18 -06:00
parent 2eebb2e66a
commit e04a9eb014

View file

@ -28,13 +28,16 @@
home-manager.users.daniel = {
lyte.shell.enable = true;
lyte.desktop.enable = true;
home.file.".config/easyeffects/output" = {
home = {
stateVersion = "24.11";
file.".config/easyeffects/output" = {
enable = true;
source = fetchGit {
url = "https://github.com/ceiphr/ee-framework-presets";
rev = "27885fe00c97da7c441358c7ece7846722fd12fa";
};
};
};
services.easyeffects = {
enable = true;
preset = "philonmetal";