Compare commits
No commits in common. "f2b58f7d54390618305bfdea81ac75b141572c12" and "9ca8f580ff442e1d6beb3e10196cea8a4d307d17" have entirely different histories.
f2b58f7d54
...
9ca8f580ff
2 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCacheTtl = 3600;
|
defaultCacheTtl = 3600;
|
||||||
pinentryFlavor = "curses";
|
pinentryFlavor = "qt";
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
username = "notoh";
|
username = "notoh";
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
brave
|
||||||
floorp
|
floorp
|
||||||
discord
|
discord
|
||||||
spotify-player
|
spotify-player
|
||||||
|
|
Loading…
Reference in a new issue