My NixOS dotfiles
0

Configure Feed

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

๐Ÿšš Change textLive location to codium instead of CLI apps

Simon R. - fantomitechno (Jul 7, 2026, 9:24 AM +0200) e83eb4fa d2e2c605

+5 -2
-1
modules/cli-apps/default.nix
··· 37 37 nil 38 38 nixfmt 39 39 python3 40 - texliveFull 41 40 ]; 42 41 43 42 home-manager.users."fantomitechno" =
+5 -1
modules/codium/default.nix
··· 1 - { ... }: 1 + { pkgs, ... }: 2 2 { 3 + environment.systemPackages = with pkgs; [ 4 + texliveFull 5 + ]; 6 + 3 7 home-manager.users."fantomitechno" = 4 8 { 5 9 config,