diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 87d3fd9..4152122 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -83,6 +83,13 @@ packages = with pkgs; [ firefox tree + bspwm + sxhkd + xfce.xfce4-terminal + dmenu + polybar + picom-allusive + r2modman ]; }; @@ -92,19 +99,12 @@ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. nano wget - bspwm - sxhkd - xfce.xfce4-terminal - dmenu - polybar - picom-allusive git lshw vulkan-tools vkmark mesa nvtop - r2modman ]; programs.steam.enable = true;