mirror of https://github.com/wlcx/home.git
Compare commits
3 Commits
7eaf129278
...
007d0203bc
Author | SHA1 | Date |
---|---|---|
Sam W | 007d0203bc | |
Sam W | eb0ee2cdce | |
Sam W | 39c4a76673 |
|
@ -62,11 +62,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1686912178,
|
"lastModified": 1696323343,
|
||||||
"narHash": "sha256-4W6M4ZIJwwvr6nqtmqYPLHSb+gnryVuDoDEqu7Ecy/M=",
|
"narHash": "sha256-u7WLUrh5eb+6SBYwtkaGL2ryHpLcHzmLml+a+VqKJWE=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2decc88392ad88868aba2be221491facd3da6d1f",
|
"rev": "3b79cc4bcd9c09b5aa68ea1957c25e437dc6bc58",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
home.packages = with pkgs; [ git-open tea ];
|
home.packages = with pkgs; [ git-open tea ];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
userName = "Sam Willcocks";
|
userName = "Sam Willcocks";
|
||||||
userEmail = "sam@wlcx.cc";
|
userEmail = "sam@wlcx.cc";
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
# Shouldn't have an effect on macos, on linux we need to specify a pinentry
|
# Shouldn't have an effect on macos, on linux we need to specify a pinentry
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = !pkgs.stdenv.isDarwin;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
pinentryFlavor = "qt"; # for plasma
|
pinentryFlavor = "qt"; # for plasma
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue