mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 23:22:40 +02:00
feat: format via 'ls **/*.nix | each { |it| nixfmt $it.name }'
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
config,
|
||||
myvars,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
homeDir = config.users.users."${myvars.username}".home;
|
||||
in {
|
||||
in
|
||||
{
|
||||
# https://github.com/LnL7/nix-darwin/blob/master/modules/programs/gnupg.nix
|
||||
# try `pkill gpg-agent` if you have issues(such as `no pinentry`)
|
||||
programs.gnupg.agent = {
|
||||
|
||||
Reference in New Issue
Block a user