This commit is contained in:
2025-06-02 13:26:56 +01:00
parent f72b5ef8a8
commit 2b1fa4df5b
3 changed files with 21 additions and 2 deletions

View File

@@ -91,11 +91,15 @@
};
services.flatpak.enable = true;
programs.bash.blesh.enable = true;
programs.fish.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs;
[
# utils
uutils-coreutils-noprefix
vim
curl
inetutils