forked from mirrors_public/oddlama_nix-config
feat: enable screensharing in hyprland
This commit is contained in:
parent
e0f0268dc0
commit
c15908f0c9
3 changed files with 12 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
webcord
|
||||
];
|
||||
|
||||
home.persistence."/state".directories = [
|
||||
".config/discord" # Bad Discord! BAD! Saves its state in .config tststs
|
||||
".config/WebCord" # You too, WebCord!
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue