update system tools + removes some imports
This commit is contained in:
parent
bc021761dc
commit
2fa6eba14a
|
@ -16,15 +16,17 @@
|
|||
# Homepage
|
||||
./containers/homepage.nix
|
||||
|
||||
# Reverse proxy
|
||||
./containers/traefik.nix
|
||||
|
||||
# Website
|
||||
./containers/nginx.nix
|
||||
|
||||
# Multimedia
|
||||
./containers/plex.nix
|
||||
./containers/sonarr.nix
|
||||
./containers/radarr.nix
|
||||
./containers/overseerr.nix
|
||||
|
||||
# DevOps
|
||||
./containers/gitea.nix
|
||||
./containers/code-server.nix
|
||||
./containers/prowlarr.nix
|
||||
|
||||
# Documents & Files
|
||||
./containers/qbittorrent.nix
|
||||
|
@ -136,12 +138,7 @@
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
# System tools
|
||||
vim wget git home-manager
|
||||
|
||||
# Developer tools
|
||||
docker-compose
|
||||
|
||||
arion docker-client
|
||||
vim wget git home-manager tree ranger
|
||||
];
|
||||
|
||||
# Completions for system packages
|
||||
|
|
Loading…
Reference in a new issue