diff options
Diffstat (limited to 'snowfall/homes')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix index 64d6f0d..dabe340 100644 --- a/snowfall/homes/x86_64-linux/c/default.nix +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -3,6 +3,7 @@ with lib; with lib.${namespace}; { cxl = { desktop.background = "shinobu.png"; + suites.desktop.enable = true; }; home.stateVersion = "23.11"; |