test
This commit is contained in:
parent
bf19c12cc3
commit
1eb1080fd4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, hostname, ... }: {
|
{ config, pkgs, hostname, ... }: {
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
imports = [
|
imports = [
|
||||||
#../../${hostname}/gnome-dconf.nix
|
../../${hostname}/gnome-dconf.nix
|
||||||
../../home-manager/git.nix
|
../../home-manager/git.nix
|
||||||
../../home-manager/neovim.nix
|
../../home-manager/neovim.nix
|
||||||
../../home-manager/bash.nix
|
../../home-manager/bash.nix
|
||||||
|
|
Loading…
Reference in a new issue