Rename and redescript some options, continue reducing my flake to dust

This commit is contained in:
Bun 2025-04-30 05:08:18 -04:00
parent 7976a8c9ec
commit 912fe5d454
10 changed files with 23 additions and 22 deletions

View file

@ -2,7 +2,7 @@
{
imports = [ jovian.nixosModules.jovian ];
options.system.steamdeck.enable = lib.mkEnableOption "Enable Jovian NixOS environment";
options.system.steamdeck.enable = lib.mkEnableOption "Jovian NixOS environment";
config = lib.mkIf config.system.steamdeck.enable {
jovian = {