nix/users/albert/home.nix
2023-07-01 19:13:08 +09:00

9 lines
No EOL
196 B
Nix

{ config, pkgs, ... }: {
home.stateVersion = "23.05";
imports = [
./dconf.nix
../../common/dotfiles/git.nix
../../common/dotfiles/vim.nix
../../common/dotfiles/bash.nix
];
}