mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-21 04:48:09 +00:00
fix(presets): handle missing user in lightdm and remove deprecated rofi pass
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
||||
Type = "oneshot";
|
||||
ExecStartPre = "${lib.getExe pkgs.git} -C /data/git/notes reset --hard master";
|
||||
ExecStart = "${lib.getExe pkgs.git} -C /data/git/notes pull";
|
||||
WorkingDirectory = config.home-manager.users.${username}.home.homeDirectory;
|
||||
WorkingDirectory = config.home-manager.users.${username}.home.homeDirectory or config.users.users.${username}.home;
|
||||
Environment = "PATH=${pkgs.openssh}/bin";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user