build: updated flake.lock

This commit is contained in:
Leyla Becker 2025-11-21 18:15:13 -06:00
parent c1abe88a05
commit c501b1688e
3 changed files with 29 additions and 39 deletions

View file

@ -1,19 +1,9 @@
{
lib,
pkgs,
config,
...
}: {
options.programs.discord = {
enable = lib.mkEnableOption "enable discord";
};
config = lib.mkIf config.programs.discord.enable (lib.mkMerge [
{
home.packages = with pkgs; [
discord
];
}
(
lib.mkIf config.impermanence.enable {
home.persistence."/persist${config.home.homeDirectory}" = {