Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
047664c4fc73d7c67cd8ec5ecf2846cf98888716
/
.
/
modules
/
xdg.nix
blob: e8ad9010281656aa74d8ee8de56f2894dfdcf44b [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
home
.
packages
=
[
pkgs
.
xdg
-
utils
];
config
.
xdg
.
portal
.
enable
=
false
;
# ^ portal is enabled in .xinitrc as this didn't work
}