Browse Source

Updated yay config

nixos
Maxime Wack 5 years ago
parent
commit
31421fb408
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .config/yay/config.json

+ 4
- 4
.config/yay/config.json View File

@@ -1,7 +1,7 @@
{
"aururl": "https://aur.archlinux.org",
"buildDir": "/home/maxx/.cache/yay/",
"editor": "",
"editor": "nvim",
"editorflags": "",
"makepkgbin": "makepkg",
"makepkgconf": "",
@@ -24,9 +24,9 @@
"requestsplitn": 150,
"sortmode": 0,
"completionrefreshtime": 7,
"sudoloop": false,
"timeupdate": false,
"devel": false,
"sudoloop": true,
"timeupdate": true,
"devel": true,
"cleanAfter": false,
"gitclone": true,
"provides": true,


Loading…
Cancel
Save