2024-04-20 15:02:01 +00:00

18 lines
253 B
Nix

{
imports = [
./home/programs.nix
./home/sshconfig.nix
./home/cli
./home/vscode
];
nixpkgs.config.allowUnfree = true;
home = {
username = "richie";
homeDirectory = "/home/richie";
};
home.stateVersion = "23.11";
}