puter/user/flamingo/lukas/default.nix

10 lines
74 B
Nix
Raw Normal View History

2023-09-17 11:32:14 +00:00
{
2023-09-29 18:39:08 +00:00
pkgs,
lib,
...
}: {
2023-09-17 11:31:20 +00:00
home = {
stateVersion = "23.11";
};
}