diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 21:21:38 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:48 -0700 |
| commit | 11590a875d825c9702caeb1d7dcbd5f07828ce3e (patch) | |
| tree | ac45df99a94afb1719d471d4471f093de189e177 /snowfall/homes/x86_64-linux | |
| parent | f099add9d8b4255a5756972482b55b9644d7be2e (diff) | |
migration: discord
Diffstat (limited to 'snowfall/homes/x86_64-linux')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix index aaa2aa5..821f83a 100644 --- a/snowfall/homes/x86_64-linux/c/default.nix +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -1,7 +1,9 @@ -{ lib, namespace, ... }: +{ config, lib, namespace, ... }: with lib; with lib.${namespace}; { cxl = { + desktop.background = "shinobu.png"; + suites = { common.enable = true; desktop.enable = true; @@ -9,7 +11,7 @@ with lib; with lib.${namespace}; { media.enable = true; }; - desktop.background = "shinobu.png"; + apps.discord.enable = true; tools.git = { name = "Caroline Larimore"; |