refactor: re-organise packages

This commit is contained in:
Oliver Davies 2022-10-04 08:17:18 +01:00
parent 493a63dc2a
commit c4a2baa71e
2 changed files with 23 additions and 33 deletions
nixpkgs
home-manager/modules
nixos/apollo

View file

@ -5,10 +5,33 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
bottom
ctop
delta
file
fzf
gcc
gh
git
git-crypt
just just
tree-sitter
htop
jq
lua
neofetch
platformsh
pv
ripgrep
tldr
tmuxinator
tree
unzip
wget
# LSP # LSP
# TODO: nodePackages."@ansible/ansible-language-server" # TODO: nodePackages."@ansible/ansible-language-server"
html-tidy
nodePackages."@tailwindcss/language-server" nodePackages."@tailwindcss/language-server"
nodePackages.bash-language-server nodePackages.bash-language-server
nodePackages.dockerfile-language-server-nodejs nodePackages.dockerfile-language-server-nodejs

View file

@ -85,51 +85,18 @@ in
extraGroups = [ "docker" "networkmanager" "wheel" ]; extraGroups = [ "docker" "networkmanager" "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
alacritty alacritty
ansible
antibody
bat
bottom
cargo
chromium chromium
copyq copyq
ctop
delta
discord discord
docker
firefox firefox
flameshot flameshot
fzf
gh
gimp gimp
git
git-crypt
github-desktop github-desktop
html-tidy
htop
jq
just
kdenlive kdenlive
lua
neofetch
neovim
platformsh
pv
ripgrep
shellcheck
slack slack
stylua
sumneko-lua-language-server
teams teams
tldr
tmux
tmuxinator
tree
unzip
vlc vlc
wget
yt-dlp
zoom-us zoom-us
zsh
]; ];
}; };