1
0
Fork 0
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:
Rae 5e 2025-06-23 15:28:25 -04:00
parent f2e479415c
commit 146a2de0ec
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
8 changed files with 40 additions and 6 deletions

View file

@ -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 = {