test
This commit is contained in:
parent
1c69095b11
commit
66cd3121bc
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
|
home.stateVersion = "23.05";
|
||||||
imports = [
|
imports = [
|
||||||
./dconf.nix
|
./dconf.nix
|
||||||
../../common/dotfiles/git.nix
|
../../common/dotfiles/git.nix
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ 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