blob: ec9320d0b7280df6981f3f8d34f0dc03b04b524b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{ lib, namespace, ... }:
with lib; with lib.${namespace}; {
cxl = {
suites = {
common.enable = true;
desktop.enable = true;
dev.enable = true;
};
desktop.background = "shinobu.png";
tools.git = {
name = "Caroline Larimore";
email = "caroline@larimo.re";
key = "314C14641E707B68";
};
};
home.stateVersion = "23.11";
}
|