nix-config/modules/default/home-manager/default.nix
2024-12-27 15:08:02 +01:00

20 lines
216 B
Nix

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