Add aerc pw script

This commit is contained in:
muon 2025-08-02 21:36:11 +00:00
parent d69b7bc3c1
commit 45044a8dbe
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, osConfig, inputs, ... }:
{ pkgs, lib, config, osConfig, inputs, ... }:
let cfg = osConfig.mods;
in {
imports = [ inputs.impermanence.homeManagerModules.impermanence ];
@ -13,6 +13,13 @@ in {
mods.desktop.development.enable = true;
mods.desktop.productivity.enable = false;
home.file = {
".config/aerc/pw.sh" = {
text = "cat ${config.sops.secrets.hr-password.path}";
executable = true;
};
};
# Hardware preferences
## Monitors