Infini-DESKTOP,Infini-FRAMEWORK: enable ns-usbloader

This commit is contained in:
Infinidoge 2023-08-02 23:13:15 -04:00
parent f662cf6ce8
commit 3974ba88cc
2 changed files with 4 additions and 0 deletions

View file

@ -75,6 +75,8 @@
];
};
programs.ns-usbloader.enable = true;
services.minecraft-servers = {
enable = true;

View file

@ -51,6 +51,8 @@
virtualization.enable = true;
};
programs.ns-usbloader.enable = true;
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-v32n.psf.gz";
systemd.services.set-initial-backlight = {