Skip to content

Commit

Permalink
add appimage-run, steam-run, bubblewrap, fuse-overlayfs and dwarfs pa…
Browse files Browse the repository at this point in the history
…ckages
  • Loading branch information
Tanvir1337x committed Dec 1, 2024
1 parent 2faabd1 commit 76dcdfd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions users/user/home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ in {
alejandra # CLI: Nix code formatter.
statix # CLI: Linter and code suggestion tool for Nix.
deadnix # CLI: Finds and removes unused code in Nix files.
appimage-run # CLI: Runs AppImages on NixOS.
steam-run # CLI: Runs commands in the Steam FHS environment.
/*
nix-web # WEB: Web interface for the Nix store.
nixfmt # CLI: Nix code formatter.
appimage-run # CLI: Runs AppImages on NixOS.
# <https://github.com/NixOS/nixpkgs/issues/232640>
steam-run # CLI: Runs commands in the Steam FHS environment.
niv # CLI: Dependency manager for Nix projects.
nixpkgs-review # CLI: Reviews pull requests on the Nixpkgs repository.
nix-prefetch # CLI: Prefetches package sources.
Expand Down Expand Up @@ -350,6 +350,10 @@ in {
*/
# End of 3D Modeling and Animation

# Sandboxing Tools
bubblewrap # CLI: Unprivileged sandboxing tool.
# End of Sandboxing Tools

# Virtualization Tools
distrobox # CLI: Wrapper around Podman or Docker for creating containers.
distrobox-tui # CLI: A TUI for DistroBox.
Expand Down Expand Up @@ -1219,6 +1223,11 @@ in {
snow # CLI: Command-line wrapper for Nix.
*/
# End of Experimental Nix Tools

# Misc Packages
fuse-overlayfs # Lib: FUSE implementation for overlayfs.
dwarfs # Lib: Fast high compression read-only file system.
# End of Misc Packages
];
};
}

0 comments on commit 76dcdfd

Please sign in to comment.