seahorse
This commit is contained in:
@@ -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,
|
config,
|
||||||
pkgs,
|
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/power-profiles
|
||||||
../../modules/home-manager/ntfy-notify
|
../../modules/home-manager/ntfy-notify
|
||||||
../../modules/home-manager/pinentry
|
../../modules/home-manager/pinentry
|
||||||
|
../../modules/home-manager/swaync
|
||||||
|
|
||||||
inputs.zen-browser.homeModules.beta
|
inputs.zen-browser.homeModules.beta
|
||||||
];
|
];
|
||||||
@@ -153,10 +151,9 @@ Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or
|
|||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
silent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
custom.pinentry.enable = true;
|
custom.pinentry.enable = true;
|
||||||
|
|
||||||
services.swaync.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.custom.jpporta-calendars.enable {
|
config = lib.mkIf config.custom.jpporta-calendars.enable {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
seahorse
|
||||||
|
];
|
||||||
programs = {
|
programs = {
|
||||||
vdirsyncer.enable = true;
|
vdirsyncer.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user