We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7b6865 + c9a3533 commit 2c1808fCopy full SHA for 2c1808f
1 file changed
nix/home-module.nix
@@ -182,13 +182,14 @@ in
182
};
183
184
config = lib.mkIf cfg.enable {
185
+ warnings = lib.mkIf cfg.systemd.enable [
186
+ ''
187
+ Running noctalia-shell as a systemd service has been deprecated!
188
+ See https://docs.noctalia.dev/getting-started/nixos/#running-the-shell for details.
189
190
+ ];
191
+
192
systemd.user.services.noctalia-shell = lib.mkIf cfg.systemd.enable {
- warnings = [
- ''
- Running noctalia-shell as a systemd service has been deprecated!
- See https://docs.noctalia.dev/getting-started/nixos/#running-the-shell for details.
- ];
193
Unit = {
194
Description = "Noctalia Shell - Wayland desktop shell";
195
Documentation = "https://docs.noctalia.dev";
0 commit comments