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
|
wl-clipboard
|
||||||
vesktop
|
vesktop
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
nautilus
|
||||||
|
adwaita-icon-theme
|
||||||
];
|
];
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
MOZ_ENABLE_WAYLAND = 1;
|
||||||
|
@ -27,12 +29,12 @@
|
||||||
xdg.mimeApps.enable = true;
|
xdg.mimeApps.enable = true;
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = [pkgs.xdg-desktop-portal-wlr];
|
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
||||||
config = {
|
config = {
|
||||||
common = {
|
common = {
|
||||||
default = [
|
default = [
|
||||||
"wlr"
|
"wlr"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -35,6 +35,11 @@
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.initrd.kernelModules = ["amdgpu"];
|
||||||
|
hardware.opengl = {
|
||||||
|
enable = true;
|
||||||
|
driSupport = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "yukari";
|
networking.hostName = "yukari";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue