home: don't hardcode stateversion

This commit is contained in:
Antoine Martin 2024-03-03 02:42:30 +01:00
parent 92d370a10a
commit 33aca9d297
6 changed files with 7 additions and 4 deletions

View file

@ -1,11 +1,10 @@
{
config,
lib,
pkgs,
...
}: {
home-manager.users.alarsyo = {
home.stateVersion = lib.mkForce "23.11";
home.stateVersion = "23.11";
my.home.laptop.enable = true;