rename "home" directory to "home-manager"
My dotfiles will be moved to the "home" directory later
This commit is contained in:
parent
ee2b9fa9e0
commit
3144febfad
16 changed files with 13 additions and 13 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.pass
|
||||
pkgs.gnupg
|
||||
pkgs.pinentry-gnome3
|
||||
];
|
||||
|
||||
programs.gpg.enable = true;
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue