all of my custom options are now held in an attribute set called movOpts

This commit is contained in:
pagedmov
2024-11-06 19:55:39 -05:00
parent a53bae9870
commit fc327f501c
13 changed files with 65 additions and 47 deletions

View File

@@ -1,8 +1,8 @@
{lib, config, pkgs, inputs, ... }: {
options = {
sysPkgs.enable = lib.mkEnableOption "enables default system packages";
movOpts.sysPkgs.enable = lib.mkEnableOption "enables default system packages";
};
config = lib.mkIf config.sysPkgs.enable {
config = lib.mkIf config.movOpts.sysPkgs.enable {
environment.systemPackages = with pkgs; [
alsa-lib
alsa-utils
@@ -25,6 +25,7 @@
nixos-option
nix-search-cli
nix-template
nixfmt
sshfs
nvd
pamixer