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:
parent
4dd8f4f550
commit
94494a4af2
6 changed files with 4 additions and 52 deletions
8
home.nix
8
home.nix
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue