nix-config/modules/default/home-manager/default.nix
2025-01-07 23:28:53 +01:00

20 lines
211 B
Nix

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