Merged Host/Home Opt into SysOpt
All checks were successful
Nix Build / build-nixos (push) Successful in 5m27s

This commit is contained in:
soraefir
2024-04-14 07:57:07 +02:00
parent 0a02d67b7e
commit 972cb47e3f
65 changed files with 331 additions and 338 deletions

View File

@ -1,5 +1,5 @@
{ lib, config, pkgs, ... }:
let cfg = config.hostcfg.make.gui;
let cfg = config.syscfg.make.gui;
in {
config = lib.mkIf cfg {
@ -8,7 +8,7 @@ in {
settings = rec {
initial_session = {
command = "zsh";
user = "${config.hostcfg.username}";
user = "${config.syscfg.defaultUser}";
};
default_session = initial_session;
};