format
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{config, pkgs, lib, ...}:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
cfg = config.custom.graphical.noise-supression;
|
||||
cfg = config.custom.graphical.noise-supression;
|
||||
in
|
||||
{
|
||||
options.custom.graphical.noise-supression = {
|
||||
enable = lib.mkEnableOption "Enables noise-supression";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
easyeffects
|
||||
];
|
||||
};
|
||||
options.custom.graphical.noise-supression = {
|
||||
enable = lib.mkEnableOption "Enables noise-supression";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
easyeffects
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user