mirror of
https://github.com/0x1d/nix.git
synced 2025-12-15 14:18:23 +01:00
initial commit
This commit is contained in:
21
os/system/packages.nix
Normal file
21
os/system/packages.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user