test
This commit is contained in:
parent
57736d3b98
commit
992fd5f726
18 changed files with 0 additions and 0 deletions
17
temp-Modules/Applications/GUI-Apps/Desktop-Apps/vesktop.nix
Normal file
17
temp-Modules/Applications/GUI-Apps/Desktop-Apps/vesktop.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.vesktop;
|
||||
in {
|
||||
options.vesktop.enable = mkEnableOption "Enable Vesktop, the Custom Discord client, with extensions";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
pkgs.vesktop
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue