test
This commit is contained in:
parent
1eb1080fd4
commit
ddd8751df6
2 changed files with 3 additions and 3 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
|
../../hosts/${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