diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 19:27:01 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 19:27:01 -0700 |
| commit | 82aafe0333ac34614a2ee4698ffc218bddd8b9f3 (patch) | |
| tree | c470179f6b3ad25eaf7a11a80f3cd0976dacf54a /systems/x86_64-linux | |
| parent | b6d2d71e7b3fde0748cab841b5f1038da420fcdf (diff) | |
migration: overarching home desktop toggle
Diffstat (limited to 'systems/x86_64-linux')
| -rw-r--r-- | systems/x86_64-linux/c-pc/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/x86_64-linux/c-pc/default.nix b/systems/x86_64-linux/c-pc/default.nix index 33bec71..61ca706 100644 --- a/systems/x86_64-linux/c-pc/default.nix +++ b/systems/x86_64-linux/c-pc/default.nix @@ -51,6 +51,10 @@ with lib; with lib.${namespace}; { snowfallorg.users."c" = { admin = true; + + home.config = { + cxl.desktop.enable = true; + }; }; users.users = { |