nix-config/modules/home-manager/default.nix
2024-12-24 17:34:38 +01:00

16 lines
187 B
Nix

{ ... }:
{
home-manager.users.willifan = {
imports = [
./shell
./tmux
./utils
./git.nix
./stylix.nix
];
home.stateVersion = "23.11";
};
}