nixos-home-flake/modules/default.nix

7 lines
66 B
Nix
Raw Permalink Normal View History

2024-02-21 19:34:28 +01:00
{
home.stateVersion = "23.11";
imports = [
./starship
];
}