tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
xdg: enable env vars
wiro.world
3 months ago
4b1e5e3c
61fb296e
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
xdg-mime.nix
+2
home-manager/fragments/xdg-mime.nix
···
24
24
{ assertion = lib.lists.count (drv: (drv.pname or "") == pkgs.nautilus.pname) config.home.packages > 0; message = "`xdg-mime` fragment depends on `nautilus` program"; }
25
25
];
26
26
27
27
+
xdg.enable = true;
28
28
+
27
29
xdg.mimeApps = {
28
30
enable = true;
29
31