add gh-cli

This commit is contained in:
danny 2024-12-14 16:55:50 +08:00
parent ab917700ee
commit 5b46a0b217
30 changed files with 680 additions and 356 deletions

View file

@ -3,6 +3,7 @@
{
systemd = {
user.services.polkit-gnome-authentication-agent-1 = {
enable = true;
description = "polkit-gnome-authentication-agent-1";
wantedBy = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ];
@ -20,6 +21,6 @@
DefaultTimeoutStopSec=10s
'';
};
services.gnome.gnome-keyring.enable = true;
environment.systemPackages = with pkgs; [ polkit polkit_gnome ];
}