discord: attempt to enable streaming on hyprland
This commit is contained in:
parent
45feb78596
commit
e390739147
3 changed files with 23 additions and 2 deletions
|
@ -16,5 +16,9 @@ in
|
|||
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