Personal-use NixOS configuration

Switch from Supersonic to Feishin

+6 -2
+3 -1
hosts/decryption/homes/encode42.nix
··· 1 1 { 2 2 flakeRoot, 3 3 pkgs, 4 + pkgs-unstable, 4 5 ... 5 6 }: 6 7 ··· 24 25 ]; 25 26 26 27 home.packages = with pkgs; [ 27 - supersonic 28 + # Unstable for Feishin 1.X, roll back to stable once backported 29 + pkgs-unstable.feishin 28 30 29 31 r2modman 30 32
+3 -1
hosts/encryption/homes/encode42.nix
··· 1 1 { 2 2 flakeRoot, 3 3 pkgs, 4 + pkgs-unstable, 4 5 pkgs-flake, 5 6 ... 6 7 }: ··· 64 65 puddletag 65 66 pkgs-flake.mediaelch 66 67 67 - supersonic 68 + # Unstable for Feishin 1.X, roll back to stable once backported 69 + pkgs-unstable.feishin 68 70 69 71 blockbench 70 72