aboutsummaryrefslogtreecommitdiff
path: root/snowfall/homes/x86_64-linux/c
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/homes/x86_64-linux/c')
-rw-r--r--snowfall/homes/x86_64-linux/c/default.nix13
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";
}
+