home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 273d87237414a68218138328b5d054b46ae9eff5
parent 9da6a04661f72db8b3af348753606557df0f0eb7
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 23 Jan 2024 12:56:36 +0100

users/vincent: add some xdg.portal configuration

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/default.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/users/vincent/desktop/default.nix b/users/vincent/desktop/default.nix @@ -50,6 +50,11 @@ in yt-dlp # youtube-dl ]; + xdg.portal = { + enable = true; + xdgOpenUsePortal = true; + }; + home.file.".XCompose".source = ./xorg/XCompose; xdg.configFile."xorg/emoji.compose".source = ./xorg/emoji.compose; xdg.configFile."xorg/parens.compose".source = ./xorg/parens.compose;