load gfx driver on boot
This commit is contained in:
parent
94d81b613d
commit
83a9251835
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue