My Nix Configuration
2
fork

Configure Feed

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

[home] update stuff

dish f4a12463 9a1ce27a

+3 -1
+2 -1
homeModules/profiles/gui/default.nix
··· 31 31 home.packages = with pkgs; [ 32 32 chatterino2 33 33 equibop 34 - krita 34 + # Disabled for now because of a build error 35 + # krita 35 36 libappindicator 36 37 libappindicator-gtk3 37 38 prismlauncher
+1
nixosModules/homes/thehedgehog-zaphod/default.nix
··· 11 11 pkgs.turntable 12 12 pkgs.glide-browser 13 13 pkgs.xxd 14 + pkgs.libqalculate 14 15 ]; 15 16 home.sessionVariables = { 16 17 QT_QPA_PLATFORM = "wayland;xcb";