added dosbox
This commit is contained in:
parent
25a4bee30d
commit
380db8a377
1 changed files with 12 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue