feat: add niri config and xdg portal setup
This commit is contained in:
@@ -3,6 +3,12 @@ let
|
|||||||
c = config.theme.colors;
|
c = config.theme.colors;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
home.file.".config/xdg-desktop-portal/portals.conf".text = ''
|
||||||
|
[preferred]
|
||||||
|
default=gtk
|
||||||
|
org.freedesktop.impl.portal.Screenshot=gnome
|
||||||
|
org.freedesktop.impl.portal.ScreenCast=gnome
|
||||||
|
'';
|
||||||
home.file.".config/niri/config.kdl" = {
|
home.file.".config/niri/config.kdl" = {
|
||||||
force = true;
|
force = true;
|
||||||
text = ''
|
text = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user