Loading nixos/modules/services/hardware/spacenavd.nix +4 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,10 @@ in config = lib.mkIf cfg.enable { systemd = { packages = [ pkgs.spacenavd ]; services.spacenavd.enable = true; services.spacenavd = { enable = true; wantedBy = [ "graphical.target" ]; }; }; }; } Loading
nixos/modules/services/hardware/spacenavd.nix +4 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,10 @@ in config = lib.mkIf cfg.enable { systemd = { packages = [ pkgs.spacenavd ]; services.spacenavd.enable = true; services.spacenavd = { enable = true; wantedBy = [ "graphical.target" ]; }; }; }; }