dotfiles

feat(nix): add more packages to default nix profile

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

authored by boltless.me and committed by boltless.me c2079b0b a0fede0d

+9
+9
nix/flake.nix
··· 64 pkgs.dust 65 pkgs.eza 66 pkgs.fd 67 pkgs.gh 68 pkgs.go 69 pkgs.gopls 70 pkgs.hello ··· 75 pkgs.ktfmt 76 pkgs.meld 77 pkgs.mprocs 78 pkgs.nodejs_24 79 pkgs.qmk 80 pkgs.ripgrep 81 pkgs.sumneko-lua-language-server 82 pkgs.typescript-language-server 83 pkgs.unixtools.watch 84 pkgs.zellij 85 pkgs-unstable.jujutsu 86 pkgs-unstable.neovim 87 ] ++ (if pkgs.stdenv.isDarwin then [ 88 # TODO: automate this with nix: 89 # $ ln -sfn ~/.nix-profile/Applications ~/Applications/Nix\ User\ Apps
··· 64 pkgs.dust 65 pkgs.eza 66 pkgs.fd 67 + pkgs.fzf 68 pkgs.gh 69 + pkgs.git 70 pkgs.go 71 pkgs.gopls 72 pkgs.hello ··· 77 pkgs.ktfmt 78 pkgs.meld 79 pkgs.mprocs 80 + pkgs.nil 81 pkgs.nodejs_24 82 + pkgs.pandoc 83 pkgs.qmk 84 pkgs.ripgrep 85 pkgs.sumneko-lua-language-server 86 + pkgs.tmux 87 + pkgs.tree 88 pkgs.typescript-language-server 89 + pkgs.typst 90 pkgs.unixtools.watch 91 + pkgs.vim 92 pkgs.zellij 93 pkgs-unstable.jujutsu 94 pkgs-unstable.neovim 95 + (pkgs-unstable.lua5_1.withPackages (ps: with ps; [luarocks])) 96 ] ++ (if pkgs.stdenv.isDarwin then [ 97 # TODO: automate this with nix: 98 # $ ln -sfn ~/.nix-profile/Applications ~/Applications/Nix\ User\ Apps