improve amdgpu and add file manager

This commit is contained in:
insects 2024-08-14 18:23:18 +02:00
parent 6de5076d42
commit 706cfb237c
2 changed files with 9 additions and 2 deletions

View file

@ -15,6 +15,8 @@
wl-clipboard
vesktop
xdg-utils
nautilus
adwaita-icon-theme
];
home.sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
@ -27,12 +29,12 @@
xdg.mimeApps.enable = true;
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-wlr];
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
config = {
common = {
default = [
"wlr"
];
];
};
};
};