fix: resolve standalone home-manager configuration and fix installer iso syntax
This commit is contained in:
@@ -25,7 +25,7 @@ in
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${config.home-manager.users.${config.services.displayManager.autoLogin.user}.home.homeDirectory}/.nix-profile/bin/nomarchy-haptic-touchpad";
|
ExecStart = "${config.users.users.${config.services.displayManager.autoLogin.user}.home}/.nix-profile/bin/nomarchy-haptic-touchpad";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "2";
|
RestartSec = "2";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
# This creates a minimal, text-only installation environment.
|
# This creates a minimal, text-only installation environment.
|
||||||
# No desktop environment - just TTY with gum-based installer.
|
# No desktop environment - just TTY with gum-based installer.
|
||||||
|
|
||||||
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../core/system/nix.nix
|
../core/system/nix.nix
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user