Remove stateVersion from linux module

This commit is contained in:
Martin Larsson 2025-01-23 17:16:50 +01:00
parent 4b1a5df3d8
commit f989eefaa4

View file

@ -1,7 +1,5 @@
{ pkgs, ... }: { pkgs, ... }: {
{
home = { home = {
stateVersion = "24.05";
file = { file = {
".config/sway".source = ../sway; ".config/sway".source = ../sway;
}; };