This commit is contained in:
iFargle 2023-07-13 02:10:30 +09:00
parent 1eb1080fd4
commit ddd8751df6
2 changed files with 3 additions and 3 deletions

View file

@ -51,8 +51,8 @@
${hostname} = lib.nixosSystem {
inherit system;
specialArgs = {
inherit unstable;
inherit hostname;
inherit unstable;
inherit hostname;
};
modules = [
# Configuration Imports

View file

@ -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