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,7 +29,7 @@
xdg.mimeApps.enable = true;
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-wlr];
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
config = {
common = {
default = [

View file

@ -35,6 +35,11 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.kernelModules = ["amdgpu"];
hardware.opengl = {
enable = true;
driSupport = true;
};
networking.hostName = "yukari";