mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-02 06:35:59 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
f2e479415c
commit
146a2de0ec
8 changed files with 40 additions and 6 deletions
|
@ -1,12 +1,14 @@
|
|||
{ pkgs, lib, config, ... }: let
|
||||
cfg = config.r5e.system;
|
||||
in with lib; {
|
||||
imports = [ ./home.nix ];
|
||||
|
||||
options.r5e.system = {
|
||||
graphics = {
|
||||
display.x11 = {
|
||||
enable = mkEnableOption "X11";
|
||||
windowManagers = mkOption {
|
||||
type = types.listOf types.str;
|
||||
type = types.listOf types.str;
|
||||
default = [ "twm" ];
|
||||
};
|
||||
displayManager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue