nixos: add the recommendation from home-manager for xdg-desktop-portal
This commit is contained in:
parent
80336410e2
commit
845471f4d9
1 changed files with 6 additions and 0 deletions
|
@ -235,6 +235,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Needed for home-manager
|
||||
environment.pathsToLink = [
|
||||
"/share/xdg-desktop-portal"
|
||||
"/share/applications"
|
||||
];
|
||||
|
||||
# Enable OpenGL.
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue