This commit is contained in:
2024-04-14 19:36:33 +02:00
parent 2acabeed6d
commit 8466896e24
2 changed files with 17 additions and 29 deletions

View File

@@ -151,36 +151,11 @@
# $ nix search wget
environment.systemPackages =
(with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
git
neofetch
zsh
pavucontrol
htop
ntfs3g
dosfstools
woeusb
python3
steam-run
unzip
# cmake
# clang
# gcc
# gtest
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
])
++
(with pkgs-unstable; [
cmake
gcc
clang
gtest
]);
(with pkgs-unstable; [ ]);
fonts.packages = with pkgs; [ nerdfonts ];