hermit: configuration: set systemType to laptop
This commit is contained in:
parent
8f19e283d8
commit
0e43fa97ee
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
|||
modules = {
|
||||
wms.wayland.enable = true;
|
||||
desktops.hyprland.enable = false;
|
||||
desktops.niri.enable = true;
|
||||
|
||||
theming = {
|
||||
gtk.enable = true;
|
||||
|
@ -36,6 +35,8 @@
|
|||
};
|
||||
|
||||
system = {
|
||||
systemType = "laptop";
|
||||
|
||||
boot = {
|
||||
systemd-boot.enable = true;
|
||||
lanzaboote.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue