header order changed, multimedia

This commit is contained in:
2024-04-19 23:31:27 -06:00
parent 36f4b83c82
commit c7b3fdeaba
18 changed files with 53 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, pkgs, ... }:
{
options.my.services.network.enable = lib.mkEnableOption "enable";

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, pkgs, ... }:
{
options.my.services.nvidia.enable = lib.mkEnableOption "enable";

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, pkgs, ... }:
let printingDrivers = [ pkgs.hplip pkgs.hplipWithPlugin ];
in {
options.my.services.printing.enable = lib.mkEnableOption "enable";

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, pkgs, ... }:
# let
# nixGaming = import (builtins.fetchTarball
# "https://github.com/fufexan/nix-gaming/archive/master.tar.gz");