mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-19 20:39:20 +00:00
Compare commits
2 commits
fe661455fe
...
7dd119992f
| Author | SHA1 | Date | |
|---|---|---|---|
| 7dd119992f | |||
| 497876d1c9 |
3 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
userName = "Callum Leslie";
|
userName = "Callum Leslie";
|
||||||
userEmail = "git@cleslie.uk";
|
userEmail = "git@cleslie.uk";
|
||||||
signing.key = "D382C4AFEECEAA90";
|
signing.key = "03B01F427831BCFD!";
|
||||||
signing.signByDefault = true;
|
signing.signByDefault = true;
|
||||||
|
|
||||||
ignores = [".direnv/"];
|
ignores = [".direnv/"];
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
contents = {
|
contents = {
|
||||||
user = {
|
user = {
|
||||||
email = "psycl6@nottingham.ac.uk";
|
email = "psycl6@nottingham.ac.uk";
|
||||||
signingKey = "5A944DF89B6F65AC";
|
signingKey = "14861F1282EFB5C8!";
|
||||||
};
|
};
|
||||||
credential = {helper = "store";};
|
credential = {helper = "store";};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./mako ./kanshi];
|
imports = [./mako ./kanshi];
|
||||||
services = {
|
services = {
|
||||||
network-manager-applet.enable = true;
|
network-manager-applet.enable = true;
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
|
pinentryPackage = pkgs.pinentry-gnome3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
vim
|
vim
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
wget
|
wget
|
||||||
|
pinentry
|
||||||
fzf
|
fzf
|
||||||
nil
|
nil
|
||||||
killall
|
killall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue