fixed boot resolution

This commit is contained in:
William 2023-12-07 15:15:24 -03:00
parent c35f47a264
commit 0c8df4dd20
2 changed files with 6 additions and 1 deletions

View file

@ -31,6 +31,10 @@ in {
excludePackages = (with pkgs; [ xterm ]);
displayManager = {
defaultSession = "plasmawayland";
autoLogin = {
enable = true;
user = "user";
};
sddm = {
enable = true;
wayland = {

View file

@ -5,7 +5,8 @@
boot = {
initrd = {
availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
availableKernelModules =
[ "amdgpu" "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
luks.devices."cryptroot".device =
"/dev/disk/by-uuid/f7dd4142-7109-4493-834d-4a831777f08d";
};