refactor(gpu)!: rename from gui
This commit is contained in:
parent
bd6d09034a
commit
978bc19f68
14 changed files with 24 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
, lib
|
||||
, config
|
||||
, ... }: with lib; let
|
||||
gui = with config.global.gui; ( enable && session );
|
||||
gui = with config.global.gpu; enable && session;
|
||||
in {
|
||||
users.home.persist.directories = mkIf gui [ ".config/google-chrome" ];
|
||||
security.chromiumSuidSandbox.enable = mkIf gui true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue