mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
fmt + 7z
This commit is contained in:
parent
24f8eae52f
commit
6d9c7e2da4
5 changed files with 29 additions and 25 deletions
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "22.11";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,4 +31,4 @@
|
|||
username = "nilsh";
|
||||
homeDirectory = "/home/nilsh";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
ms-azuretools.vscode-docker
|
||||
bmalehorn.vscode-fish
|
||||
nvarner.typst-lsp
|
||||
github.vscode-github-actions
|
||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
{
|
||||
publisher = "dtsvet";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue