improve amdgpu and add file manager
This commit is contained in:
parent
6de5076d42
commit
706cfb237c
2 changed files with 9 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue