From 11590a875d825c9702caeb1d7dcbd5f07828ce3e Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 7 Feb 2025 21:21:38 -0800 Subject: migration: discord --- snowfall/homes/x86_64-linux/c/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'snowfall/homes/x86_64-linux') 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"; -- cgit v1.2.3