diff --git a/machines/asus/nixpkgs/packages.nix b/machines/asus/nixpkgs/packages.nix index 9d84141..c33fb91 100644 --- a/machines/asus/nixpkgs/packages.nix +++ b/machines/asus/nixpkgs/packages.nix @@ -1,40 +1,45 @@ pkgs: with pkgs; [] -++ [ # EDITORS - # neovim # Declared in neovim/. - neovim-qt - jetbrains.idea-ultimate -] - -++ [ # VERSION CONTROL - # git # Declared in git/. -] - -++ [ # SHELLS - # nushell # Declared in nushell/. - starship -] - -++ [ # DEVELOPMENT TOOLS - # docker # Declared in docker/. - bat -] - -++ [ # MISCELLANEOUS - htop - neofetch -] - ++ [ # APPLICATIONS firefox discord qbittorrent ] +++ [ # DEVELOPMENT TOOLS + # docker # Declared in docker/. + bat +] + +++ [ # EDITORS + # neovim # Declared in neovim/. + neovim-qt + jetbrains.idea-ultimate +] + +++ [ # EMULATION + wine +] + ++ [ # GAMES openttd ] +++ [ # LIBREOFFICE + libreoffice + hunspellDicts.en_US + hunspellDicts.en_GB-ize +] + +++ [ # MISCELLANEOUS + htop + neofetch +] + +++ [ # PLASMA THEMES + lightly-qt +] + ++ [ # PYTHON (python311.withPackages (pkgs: with pkgs; [ pip @@ -44,16 +49,11 @@ pkgs: with pkgs; [] poetry ] -++ [ # LIBREOFFICE - libreoffice - hunspellDicts.en_US - hunspellDicts.en_GB-ize +++ [ # SHELLS + # nushell # Declared in nushell/. + starship ] -++ [ # PLASMA THEMES - lightly-qt -] - -++ [ # EMULATION - wine +++ [ # VERSION CONTROL + # git # Declared in git/. ]