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" ];
|
||||
serviceConfig = {
|
||||
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";
|
||||
RestartSec = "2";
|
||||
};
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
# This creates a minimal, text-only installation environment.
|
||||
# No desktop environment - just TTY with gum-based installer.
|
||||
|
||||
{
|
||||
imports = [
|
||||
../core/system/nix.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user