This commit is contained in:
nora 2023-09-19 19:12:49 +02:00
parent 24f8eae52f
commit 6d9c7e2da4
5 changed files with 29 additions and 25 deletions

View file

@ -1,18 +1,19 @@
{pkgs, ...}: with pkgs; [
bacon
bat
cargo-expand
cargo-nextest
fzf
gcc
gh
git-absorb
git-crypt
htop
hyperfine
inferno
python3
ripgrep
rustup-toolchain-install-master
samply
]
{ pkgs, ... }: with pkgs; [
bacon
bat
cargo-expand
cargo-nextest
fzf
gcc
gh
git-absorb
git-crypt
htop
hyperfine
inferno
python3
ripgrep
rustup-toolchain-install-master
samply
p7zip
]

View file

@ -23,4 +23,4 @@
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "22.11";
}
}

View file

@ -31,4 +31,4 @@
username = "nilsh";
homeDirectory = "/home/nilsh";
};
}
}

View file

@ -44,6 +44,7 @@
ms-azuretools.vscode-docker
bmalehorn.vscode-fish
nvarner.typst-lsp
github.vscode-github-actions
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
publisher = "dtsvet";