diff --git a/nixosModules/base.nix b/nixosModules/base.nix index 700d34e..9a32728 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -117,20 +117,24 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.ni> + # basic terminal apps wget curl -# nvtopPackages.full - iotas fastfetch + git + btop + htop + + # core apps + iotas curl keepassxc - git nextcloud-client libreoffice-fresh hunspell #dictionaries for libreoffice hunspellDicts.en_CA hunspellDicts.en_US - btop + restic kdePackages.kdenlive audacity @@ -140,6 +144,10 @@ ibus-with-plugins libchewing + #gaming + dosbox + + ]; # NOT WORKING FIX LATER