Commit 59c863b5 authored by K900's avatar K900
Browse files

nixos/sddm: write config file as drop-in

This makes it possible to override via further drop-ins,
e.g. ones generated by steamos-maanger on Jovian.
parent 073dd5c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -412,7 +412,7 @@ in
    };

    environment = {
      etc."sddm.conf".source = cfgFile;
      etc."sddm.conf.d/00-nixos.conf".source = cfgFile;
      pathsToLink = [
        "/share/sddm"
      ];