initial commit

This commit is contained in:
2023-07-07 08:49:04 +02:00
commit 08b84676a5
18 changed files with 524 additions and 0 deletions

21
os/system/packages.nix Normal file
View File

@@ -0,0 +1,21 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
fd
fzf
ripgrep
jq
git
gnumake
pinentry
vim
gcc
unzip
wget
plasma5Packages.bismuth
kdeconnect
firefox
thunderbird
remmina
docker-buildx
];
}