seperated out some options into generic graphical config.
This commit is contained in:
parent
d3e13cf0f0
commit
084e4ca421
3 changed files with 38 additions and 8 deletions
14
configs/nixos/graphical.nix
Normal file
14
configs/nixos/graphical.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
console.useXkbConfig = true;
|
||||
fonts.fontDir.enable = true;
|
||||
fonts.enableDefaultPackages = true;
|
||||
services.xserver.xkb.options = "ctrl:nocaps,compose:rctrl";
|
||||
services.displayManager.ly = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue