From ddd8751df6d8827c4d42bebbc9ec8bd60adf75df Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 13 Jul 2023 02:10:30 +0900 Subject: [PATCH] test --- flake.nix | 4 ++-- users/albert/home.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8d27f632..0a84effa 100644 --- a/flake.nix +++ b/flake.nix @@ -51,8 +51,8 @@ ${hostname} = lib.nixosSystem { inherit system; specialArgs = { - inherit unstable; - inherit hostname; + inherit unstable; + inherit hostname; }; modules = [ # Configuration Imports diff --git a/users/albert/home.nix b/users/albert/home.nix index 730f5e5f..a2372d69 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -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