different discord client cause no xwayland

This commit is contained in:
twoneis 2024-03-14 04:42:19 +01:00
parent 1e21fa158c
commit 840f398d84

View file

@ -1,15 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
webcord discord-screenaudio
# dorion
]; ];
# home.file = {
# ".config/dorion/config.json" = {
# source = ./dorion-config.json;
# };
# ".config/dorion/themes/rose-pine.theme.css" = {
# source = ./rose-pine.theme.css;
# };
# };
} }