diff --git a/roles/base.nix b/roles/base.nix index b6af0a3..b44a0de 100644 --- a/roles/base.nix +++ b/roles/base.nix @@ -10,8 +10,10 @@ in { fd fzf git + gnupg htop jq + ncdu ripgrep z-lua unstable.starship diff --git a/roles/desktop.nix b/roles/desktop.nix index a8a3602..4375e8d 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -43,6 +43,7 @@ in { environment.systemPackages = with pkgs; [ alacritty firefox + mumble neofetch pulseaudio pulsemixer diff --git a/roles/dev.nix b/roles/dev.nix index b975189..a42a09a 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -5,7 +5,7 @@ let unstable = import {}; - mozilla_overlay = import {}; + mozilla = import {}; in { environment.systemPackages = with pkgs; [ @@ -15,6 +15,8 @@ in { python37Packages.pyls-isort python37Packages.pyls-mypy rustup + sops + tig unstable.gopls unstable.rust-analyzer ];