This commit is contained in:
2026-07-23 19:30:40 -03:00
parent c430976454
commit 57f2689be5
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
use flake
printf 'direnv: environment loaded\n'
+2 -5
View File
@@ -1,6 +1,3 @@
Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory.
Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory.
Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory.
{
config,
pkgs,
@@ -37,6 +34,7 @@ Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or
../../modules/home-manager/power-profiles
../../modules/home-manager/ntfy-notify
../../modules/home-manager/pinentry
../../modules/home-manager/swaync
inputs.zen-browser.homeModules.beta
];
@@ -153,10 +151,9 @@ Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or
direnv = {
enable = true;
nix-direnv.enable = true;
silent = true;
};
};
custom.pinentry.enable = true;
services.swaync.enable = true;
}
@@ -17,6 +17,9 @@
};
config = lib.mkIf config.custom.jpporta-calendars.enable {
home.packages = with pkgs; [
seahorse
];
programs = {
vdirsyncer.enable = true;