2023-07-01 16:48:31 +09:00
|
|
|
{ config, pkgs, ... }: {
|
2023-07-01 19:05:12 +09:00
|
|
|
home.stateVersion = "23.05";
|
2023-07-01 19:01:20 +09:00
|
|
|
imports = [
|
|
|
|
../../common/dotfiles/git.nix
|
2023-07-01 21:25:07 +09:00
|
|
|
../../common/dotfiles/neovim.nix
|
2023-07-01 19:13:08 +09:00
|
|
|
../../common/dotfiles/bash.nix
|
2023-07-01 19:01:20 +09:00
|
|
|
];
|
2023-07-01 19:05:12 +09:00
|
|
|
}
|