non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 12:16:16 +01:00
parent 4147e42201
commit d77ff01a7c

View file

@ -65,6 +65,10 @@
imports = [./home/${device-name}/home.nix]; imports = [./home/${device-name}/home.nix];
home.stateVersion = "25.11"; home.stateVersion = "25.11";
}; };
sharedModules = [
inputs.stylix.homeManager.stylix
];
}; };
} }
]; ];