remove inputs

This commit is contained in:
Noah Masur
2025-02-08 20:14:54 -05:00
parent 59a52dc033
commit c7f20e958b
44 changed files with 290 additions and 243 deletions

View File

@ -14,7 +14,7 @@ in
options.nmasur.presets.programs.dwarf-fortress.enable = lib.mkEnableOption "Dwarf Fortress";
config = lib.mkIf cfg.enable {
unfreePackages = [
allowUnfreePackages = [
"dwarf-fortress"
"phoebus-theme"
];

View File

@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
hardware.steam-hardware.enable = true;
unfreePackages = [
allowUnfreePackages = [
"steam"
"steam-original"
"steamcmd"