nix fmt rfc
This commit is contained in:
parent
c42abbc902
commit
c549839b19
42 changed files with 438 additions and 352 deletions
|
@ -6,16 +6,14 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard; let
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
cfg = config.wyrdgard.apps.discord;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.wyrdgard.apps.discord = with types; {
|
||||
enable = mkBoolOpt false "Whether or not to enable basic configuration";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
};
|
||||
config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ discord ]; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue