diff --git a/homes/x86_64-linux/kb-work@yerukall/default.nix b/homes/x86_64-linux/kb-work@yerukall/default.nix index 7474721..0f86b90 100644 --- a/homes/x86_64-linux/kb-work@yerukall/default.nix +++ b/homes/x86_64-linux/kb-work@yerukall/default.nix @@ -6,6 +6,9 @@ }: with lib; with lib.internal;{ + imports = with inputs; [ + home-manager.nixosModules.home-manager + ]; snowfallorg.user.enable = true; snowfallorg.user.name = "kb-work"; home.stateVersion = "23.11"; diff --git a/systems/x86_64-linux/yerukall/default.nix b/systems/x86_64-linux/yerukall/default.nix index 99711ee..06ca4f1 100644 --- a/systems/x86_64-linux/yerukall/default.nix +++ b/systems/x86_64-linux/yerukall/default.nix @@ -1,7 +1,7 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, lib, home-manager, ... }: +{ config, pkgs, lib, ... }: let lock-false = { Value = false; @@ -17,12 +17,8 @@ let }; in { imports = - [ - ./hardware.nix - ]; - modules = [ - home-manager.nixosModules.home-manager + ./hardware.nix ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];