Hi everyone!
I’m trying to use DankMaterialShell with niri which works fine…. for my laptop. However, for some reason when use the same configuration on my desktop it won’t automatically launch DMS. It comes up with the following error in the journalctl -b logs-
May 28 22:46:38 desktop systemd[1403]: dms.service: Failed to open /home/mckahz/.dotfiles/apps/systemd/user/dms.service: No such file or directory
But in modules/programs.nix I have
programs.dms-shell = {
enable = true;
systemd = {
enable = true;
restartIfChanged = true;
};
enableSystemMonitoring = true;
# enableVPN = true;
enableDynamicTheming = true;
enableAudioWavelength = true;
enableCalendarEvents = true;
enableClipboardPaste = true;
quickshell.package = inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.quickshell;
};
So I have no idea why it’s not being discovered.
I feel like I’ve tried everything but I don’t know why it’s not working. Any help would be massively appreciated!
Thanks!