mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref: nixos config
This commit is contained in:
parent
ad31348634
commit
934c47c26a
10 changed files with 115 additions and 132 deletions
27
nix/home/dev.nix
Normal file
27
nix/home/dev.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
# editors and utils
|
||||
tmux
|
||||
neovim
|
||||
vim
|
||||
hyperfine
|
||||
watchexec
|
||||
tea
|
||||
|
||||
# git
|
||||
git
|
||||
git-lfs
|
||||
bat
|
||||
delta
|
||||
gnupg
|
||||
|
||||
nil
|
||||
alejandra
|
||||
|
||||
# TODO: enable this when thinkpad is actually here
|
||||
# (python39.withPackages (ps: with ps; [beautifulsoup4 requests]))
|
||||
# jdk17
|
||||
# rustup
|
||||
# nodejs_20
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue