feat(host:work): integrate Nix app in Gnome

Add statement for Nix-installed application into Gnome application in
order have Firefox, Foot and other available
This commit is contained in:
Yorick Barbanneau 2024-09-10 10:49:51 +02:00
parent 50a709fae2
commit 41f48aa208

View file

@ -17,4 +17,6 @@
slurp
wl-clipboard
];
targets.genericLinux.enable = true;
xdg.mime.enable = true;
}