load gfx driver on boot
This commit is contained in:
parent
94d81b613d
commit
83a9251835
@ -46,6 +46,7 @@ let
|
|||||||
# automatic gfx drivers
|
# automatic gfx drivers
|
||||||
videoDrivers = mkIf (cfg.gfx != null) [ cfg.gfx ];
|
videoDrivers = mkIf (cfg.gfx != null) [ cfg.gfx ];
|
||||||
};
|
};
|
||||||
|
boot.initrd.kernelModules = mkIf (cfg.gfx != null) [ cfg.gfx ];
|
||||||
security.pam.services = {
|
security.pam.services = {
|
||||||
swaylock.text = ''
|
swaylock.text = ''
|
||||||
auth include login
|
auth include login
|
||||||
|
Loading…
Reference in New Issue
Block a user