This commit is contained in:
iFargle 2023-07-01 19:05:12 +09:00
parent 1c69095b11
commit 66cd3121bc
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
{ config, pkgs, ... }: {
home.stateVersion = "23.05";
imports = [
./dconf.nix
../../common/dotfiles/git.nix
../../common/dotfiles/vim.nix
];
}
}

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }: {
home.stateVersion = "23.05";
imports = [
../../common/dotfiles/git.nix
../../common/dotfiles/vim.nix
];
}
}