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 = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 3600;
|
||||
pinentryFlavor = "curses";
|
||||
pinentryFlavor = "qt";
|
||||
enableSshSupport = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
username = "notoh";
|
||||
homeDirectory = "/home/notoh";
|
||||
packages = with pkgs; [
|
||||
brave
|
||||
floorp
|
||||
discord
|
||||
spotify-player
|
||||
|
|
Loading…
Reference in a new issue