test
This commit is contained in:
parent
1eb1080fd4
commit
ddd8751df6
2 changed files with 3 additions and 3 deletions
|
@ -51,8 +51,8 @@
|
|||
${hostname} = lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit unstable;
|
||||
inherit hostname;
|
||||
inherit unstable;
|
||||
inherit hostname;
|
||||
};
|
||||
modules = [
|
||||
# Configuration Imports
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, hostname, ... }: {
|
||||
home.stateVersion = "23.05";
|
||||
imports = [
|
||||
../../${hostname}/gnome-dconf.nix
|
||||
../../hosts/${hostname}/gnome-dconf.nix
|
||||
../../home-manager/git.nix
|
||||
../../home-manager/neovim.nix
|
||||
../../home-manager/bash.nix
|
||||
|
|
Loading…
Reference in a new issue