Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Switch from Supersonic to Feishin

encode42 81f1b630 b0d93f2f

+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