home manager file for chunk

This commit is contained in:
cy 2024-12-13 22:11:51 -05:00
parent e0533f2445
commit d2ebf2c8cb
2 changed files with 44 additions and 21 deletions

View file

@ -64,23 +64,6 @@ in {
extraGroups = [ "wheel" "networkmanager" "docker"];
openssh.authorizedKeys.keys =
[ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdhAQYy0+vS+QmyCd0MAbqbgzyMGcsuuFyf6kg2yKge yt@ytlinux" ];
packages = with pkgs; [
fzf
eza
zoxide
delta
lua-language-server
vim-language-server
python312Packages.python-lsp-server
nixd
gopls
bash-language-server
llvmPackages_19.clang-tools
rust-analyzer
yt-dlp
gnumake
hedgedoc
];
shell = pkgs.zsh;
};
users.users.root.openssh.authorizedKeys.keys =
@ -94,7 +77,6 @@ in {
environment.systemPackages = with pkgs; [
vim
neovim
wget
curl
tree
@ -102,9 +84,6 @@ in {
tmux
borgbackup
rclone
restic
htop
btop
file
sops
age