my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

chore: remove silicon in favor of freeze

isabel ed8421f4 428b0569

+1 -3
+1 -2
home/isabel/programs/configs/editors/default.nix
··· 20 20 jetbrains.idea-ultimate 21 21 # arduino 22 22 ] 23 - ++ optionals cfg.agnostic.editors.neovim.enable [inputs'.neovim.packages.default] 24 - ++ optionals pkgs.stdenv.isLinux [silicon]; 23 + ++ optionals cfg.agnostic.editors.neovim.enable [inputs'.neovim.packages.default]; 25 24 }
-1
modules/darwin/brew/default.nix
··· 32 32 "m-cli" 33 33 "coreutils" 34 34 "openjdk" 35 - "silicon" 36 35 "charmbracelet/tap/freeze" # capture terminal output as screenshots 37 36 ]; 38 37