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 fe5881d6 3e29191f

verified
+12
+11
packetmix/homes/coded/music.nix
··· 1 + { 2 + pkgs, 3 + lib, 4 + project, 5 + }: 6 + { 7 + 8 + home.packages = lib.mkIf (!project.lib.ci) [ 9 + pkgs.cider-2 10 + ]; 11 + }
+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;