diff options
Diffstat (limited to 'snowfall/homes/x86_64-linux/c')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix new file mode 100644 index 0000000..64d6f0d --- /dev/null +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -0,0 +1,9 @@ +{ lib, namespace, ... }: + +with lib; with lib.${namespace}; { + cxl = { + desktop.background = "shinobu.png"; + }; + + home.stateVersion = "23.11"; +} |