nix/users/albert/home.nix
2023-07-01 22:24:37 +09:00

10 lines
No EOL
237 B
Nix

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