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
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./forgejo.nix
|
||||
];
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
cfg = config.qenya.services.fonts;
|
||||
in
|
||||
{
|
||||
options.qenya.services.fonts = {
|
||||
enable = mkEnableOption "Fonts";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue