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 {
|
${hostname} = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit unstable;
|
inherit unstable;
|
||||||
inherit hostname;
|
inherit hostname;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
# Configuration Imports
|
# Configuration Imports
|
||||||
|
|
|
@ -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