• 0 Posts
  • 18 Comments
Joined 5 个月前
cake
Cake day: 2025年6月4日

help-circle


  • This is an example how to define plymouth with your own logo derivation. Isn’t this the most beautiful?

      boot = {
        plymouth = {
          enable = true;
          theme = "breeze";
          logo = pkgs.stdenv.mkDerivation {
            name = "out.png";
            dontUnpack = true;
            src = pkgs.fetchurl {
              url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/refs/heads/master/logo/nix-snowflake-rainbow.svg";
              sha256 = "sha256-gMeJgiSSA5hFwtW3njZQAd4OHji6kbRCJKVoN6zsRbY=";
            };
            nativeBuildInputs = with pkgs; [imagemagick];
            buildPhase = ''
              magick -background none -size 200x200 $src nix-snowflake-rainbow.png
            '';
            installPhase = ''
              install -Dm0644 nix-snowflake-rainbow.png $out
            '';
          };
        };
    
    















  • And there are still voices against least income with arguments like:

    • It increases inflation - inflation increased when companies got greedy, not when paying higher wages
    • It destroys jobs - that didn’t happen at all
    • Simple things like hair cuts, farming products will become too extensive - also didn’t happen - at least not because of least income
    • It’s not necessary since incomes went up already due to labor and experts shortage - are they for real?

    And there are still discussions to exempt things like seasonal workers or even elderly care workers from it - unbelievable.