dotfiles/nix/home/default.nix

8 lines
87 B
Nix
Raw Normal View History

{ importAll, ... }:
{
imports = importAll [] ./.;
home.stateVersion = "24.05";
}