Compare commits
2 commits
9ca8f580ff
...
f2b58f7d54
Author | SHA1 | Date | |
---|---|---|---|
f2b58f7d54 | |||
93d8554d36 |
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCacheTtl = 3600;
|
defaultCacheTtl = 3600;
|
||||||
pinentryFlavor = "qt";
|
pinentryFlavor = "curses";
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
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