test
This commit is contained in:
parent
1c69095b11
commit
66cd3121bc
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
|
home.stateVersion = "23.05";
|
||||||
imports = [
|
imports = [
|
||||||
./dconf.nix
|
./dconf.nix
|
||||||
../../common/dotfiles/git.nix
|
../../common/dotfiles/git.nix
|
||||||
../../common/dotfiles/vim.nix
|
../../common/dotfiles/vim.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
|
home.stateVersion = "23.05";
|
||||||
imports = [
|
imports = [
|
||||||
../../common/dotfiles/git.nix
|
../../common/dotfiles/git.nix
|
||||||
../../common/dotfiles/vim.nix
|
../../common/dotfiles/vim.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
Reference in a new issue