fix: dotfiles path from submodule, not flake input
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ pkgs, inputs, config, keys, ... }: {
|
||||
home-manager.extraSpecialArgs = { inherit (config.networking) hostName; dotfiles = inputs.dotfiles.outPath # flake input (not submodule); };
|
||||
home-manager.extraSpecialArgs = { inherit (config.networking) hostName; dotfiles = ./. + "/assets/dotfiles"; # git submodule (not flake input) };
|
||||
home-manager.users.gortium = import ./home.nix;
|
||||
users.users.gortium = {
|
||||
isNormalUser = true;
|
||||
|
||||
Reference in New Issue
Block a user