Your one-stop-cake-shop for everything Freshly Baked has to offer

feat: install Cider-2 declaratively

Currently using an app-image but Cider-2 in nixpkgs has caught up to
latest stable, no reason to not use it.

thecoded.prof 0fd982b6 3e29191f

verified
+16
+15
packetmix/homes/coded/music.nix
··· 1 + # SPDX-FileCopyrightText: 2026 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + pkgs, 7 + lib, 8 + project, 9 + }: 10 + { 11 + 12 + home.packages = lib.mkIf (!project.lib.ci) [ 13 + pkgs.cider-2 14 + ]; 15 + }
+1
packetmix/systems/common/fonts.nix
··· 13 13 pkgs.corefonts 14 14 pkgs.fira-code 15 15 pkgs.fira-sans 16 + pkgs.noto-fonts 16 17 ]; 17 18 18 19 fonts.enableDefaultPackages = true;