mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
add dosbox-x
This commit is contained in:
parent
fb19d5ec9f
commit
3f69704ba6
@ -50,7 +50,9 @@
|
||||
../../modules/ghostwriter.nix
|
||||
../../modules/print-and-scan.nix
|
||||
#../../modules/waydroid.nix
|
||||
|
||||
../../modules/games.nix
|
||||
../../modules/dosbox-x.nix
|
||||
|
||||
../../modules/autostart.nix
|
||||
|
||||
|
8
modules/dosbox-x.nix
Normal file
8
modules/dosbox-x.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
dosbox-x # Virtual machines with DOS-based Windows such as Windows 3.x and Windows 9x
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user