my system configurations ^-^
0
fork

Configure Feed

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

feat(programs): move bun to shared

willow 37e71120 6622c9ba

+1 -4
-2
modules/darwin/homebrew.nix
··· 12 12 "felixkratz/formulae" 13 13 "jackielii/tap" 14 14 "koekeishiya/formulae" 15 - "oven-sh/bun" 16 15 ]; 17 16 18 17 brews = [ 19 18 # these will gradually be replaced with nixpkgs 20 - "bun" 21 19 "gh" 22 20 "just" 23 21 "libqalculate"
modules/nixos/home/programs/cli/bun.nix modules/shared/home/programs/cli/bun.nix
-2
modules/nixos/home/programs/cli/default.nix
··· 10 10 in { 11 11 imports = [ 12 12 ./beets.nix 13 - ./bun.nix 14 13 ./direnv.nix 15 14 ./hyfetch.nix 16 15 ./nushell.nix 17 - ./zsh.nix 18 16 ]; 19 17 config = lib.mkIf cfg.cli.enable { 20 18 home.packages = with pkgs;
+1
modules/shared/home/programs/cli/default.nix
··· 10 10 in { 11 11 imports = [ 12 12 ./bat.nix 13 + ./bun.nix 13 14 ./eza.nix 14 15 ./fzf.nix 15 16 ./git.nix