added dosbox

This commit is contained in:
Elias Gasparis 2025-01-13 18:24:40 +08:00
parent 25a4bee30d
commit 380db8a377

View file

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