base-graphical: include settings for fonts, libinput, printing
This commit is contained in:
parent
9e638c009f
commit
c5261caa21
5 changed files with 6 additions and 23 deletions
|
@ -14,5 +14,11 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
services.xserver.enable = true;
|
||||
services.libinput.enable = true;
|
||||
services.printing.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue