commit 983ce830eaab0e6556bb4654c2259894f819b6b3
parent e53b1bc55183dc43c2cb2f872b2ba0eb9ff77b88
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 6 Aug 2024 11:26:49 +0200
users/vincent: some fixes in desktop
(Removed nyxt, it fails to build and I don't use it)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/users/vincent/desktop/default.nix b/users/vincent/desktop/default.nix
@@ -37,7 +37,7 @@ in
libreoffice-fresh
mpw
my.batzconverter
- nyxt
+ # nyxt
obs-studio
playerctl
profile-sync-daemon
@@ -57,6 +57,13 @@ in
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
+ config = {
+ common = {
+ default = [
+ "gtk"
+ ];
+ };
+ };
};
home.file.".XCompose".source = ./xorg/XCompose;