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 = {
stateVersion = "24.05";
file = {
".config/sway".source = ../sway;
};