1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

rm: remove agenix

This commit is contained in:
Ryan Cao 2023-08-02 16:13:17 +08:00
parent 4dd8f4f550
commit 94494a4af2
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
6 changed files with 4 additions and 52 deletions

View file

@ -1,14 +1,12 @@
{
pkgs,
config,
agenixModule,
ctpModule,
discord-applemusic-rich-presence,
...
}: {
home.stateVersion = "23.05";
imports = [
agenixModule
ctpModule
discord-applemusic-rich-presence
./programs/zsh.nix
@ -29,12 +27,8 @@
services.discord-applemusic-rich-presence = {
enable = true;
logFile = "${config.home.homeDirectory}/Library/Logs/discord-applemusic-rich-presence.log";
};
catppuccin.flavour = "frappe";
age.secrets."attic.toml" = {
file = ./secrets/attic.toml.age;
path = "${config.home.homeDirectory}/.config/attic/config.toml";
};
}