gpg change and fixing (again) protonmail
This commit is contained in:
parent
d72fac9730
commit
db38c76bb0
12 changed files with 25 additions and 21 deletions
|
|
@ -9,6 +9,7 @@
|
|||
./packages/btop.nix
|
||||
./packages/firefox.nix
|
||||
./packages/git.nix
|
||||
./packages/security.nix
|
||||
./packages/hyprland.nix
|
||||
./packages/kitty.nix
|
||||
./packages/mpv.nix
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
./packages/btop.nix
|
||||
./packages/firefox.nix
|
||||
./packages/git.nix
|
||||
./packages/security.nix
|
||||
./packages/hyprland.nix
|
||||
./packages/kitty.nix
|
||||
./packages/mpv.nix
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
|
||||
focus-follows-mouse = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -11,13 +11,6 @@
|
|||
"${config.home.homeDirectory}/nixos-config/dotfiles/hypr/wallpaper/nix-wallpaper.png"
|
||||
];
|
||||
}
|
||||
{
|
||||
command = [
|
||||
"gnome-keyring-daemon"
|
||||
"--start"
|
||||
"--components=secrets"
|
||||
];
|
||||
}
|
||||
];
|
||||
environment = {
|
||||
#DISPLAY = null;
|
||||
|
|
|
|||
11
home/afoucaultc/packages/security.nix
Normal file
11
home/afoucaultc/packages/security.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.gnome-keyring = {
|
||||
enable = true;
|
||||
components = [ "secrets" ];
|
||||
};
|
||||
programs.gpg.enable = true;
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue