make this asshole module happy

This commit is contained in:
Osman Faruk Bayram 2025-03-13 17:46:05 +03:00
parent c84ee3de66
commit 7a55c6a79f

View file

@ -16,5 +16,8 @@
# dont install packages here, just use normal nixpkgs # dont install packages here, just use normal nixpkgs
]; ];
# i hate the error home manager error message
home.backupFileExtension = ".backup";
home.stateVersion = config.system.stateVersion; home.stateVersion = config.system.stateVersion;
} }