Moved shared packages to home-manager-common.nix
Packages listed in here will be installed on all hosts
This commit is contained in:
@@ -3,6 +3,71 @@
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
autossh
|
||||
fastfetch
|
||||
ranger
|
||||
zip
|
||||
unzip
|
||||
xz
|
||||
p7zip
|
||||
ripgrep
|
||||
jq
|
||||
ripgrep
|
||||
eza
|
||||
fzf
|
||||
tmux
|
||||
cowsay
|
||||
lolcat
|
||||
fortune
|
||||
gnused
|
||||
gnutar
|
||||
gnupg
|
||||
hugo
|
||||
bat
|
||||
which
|
||||
nix-output-monitor
|
||||
devenv
|
||||
direnv
|
||||
irssi
|
||||
luarocks
|
||||
lua5_1
|
||||
lua-language-server
|
||||
go
|
||||
nodejs
|
||||
uv
|
||||
readline
|
||||
cachix
|
||||
sqlite
|
||||
vifm-full
|
||||
ranger
|
||||
zoxide
|
||||
(
|
||||
python313.withPackages (
|
||||
python-pkgs:
|
||||
[
|
||||
python-pkgs.prompt_toolkit
|
||||
python-pkgs.pygments
|
||||
python-pkgs.pynvim
|
||||
python-pkgs.pudb
|
||||
python-pkgs.ptpython
|
||||
python-pkgs.ipython
|
||||
]
|
||||
)
|
||||
)
|
||||
neovim
|
||||
zig
|
||||
nodejs
|
||||
go
|
||||
syncthing
|
||||
lazygit
|
||||
gopls
|
||||
pyright
|
||||
ncurses
|
||||
rustup
|
||||
wayvnc
|
||||
gvfs
|
||||
];
|
||||
|
||||
programs.neovim.plugins = [
|
||||
pkgs.vimPlugins.nvim-treesitter.withAllGrammars
|
||||
|
||||
Reference in New Issue
Block a user