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;
|
||||||
|
|
|
@ -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