Skip to content

Commit

Permalink
sddm-astronaut: fix formatting rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
uxodb committed Jan 12, 2025
1 parent 05e74d3 commit 185f453
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/data/themes/sddm-astronaut/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ stdenvNoCC.mkDerivation rec {
};

dontWrapQtApps = true;

propagatedBuildInputs = with pkgs.kdePackages; [
qtsvg
qtmultimedia
Expand All @@ -27,7 +28,6 @@ stdenvNoCC.mkDerivation rec {
let
iniFormat = pkgs.formats.ini { };
configFile = iniFormat.generate "" { General = themeConfig; };

basePath = "$out/share/sddm/themes/sddm-astronaut-theme";
sedString = "ConfigFile=Themes/";
in
Expand All @@ -49,6 +49,9 @@ stdenvNoCC.mkDerivation rec {
license = lib.licenses.gpl3;

platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ danid3v uxodb ];
maintainers = with lib.maintainers; [
danid3v
uxodb
];
};
}

0 comments on commit 185f453

Please sign in to comment.