diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 05:31:59 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:47 -0700 |
| commit | eb16a7d8d9a90e88a1ec8d5c65d91db021b4e1e1 (patch) | |
| tree | 341c6c91c64f68c85210e8f20c493991ceaba3b7 /snowfall/homes | |
| parent | 4e0d8adb6fb1bb143a15b2b0ed80a82c58fbb317 (diff) | |
migration: git config
Diffstat (limited to 'snowfall/homes')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix index dabe340..f24778e 100644 --- a/snowfall/homes/x86_64-linux/c/default.nix +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -2,9 +2,20 @@ with lib; with lib.${namespace}; { cxl = { + suites = { + common.enable = true; + desktop.enable = true; + }; + desktop.background = "shinobu.png"; - suites.desktop.enable = true; + + tools.git = { + name = "Caroline Larimore"; + email = "caroline@larimo.re"; + key = "314C14641E707B68"; + }; }; home.stateVersion = "23.11"; } + |