nixbook: tidying, add gopls

This commit is contained in:
tristan 2024-10-24 10:45:12 +01:00
parent 8874e920d2
commit ca39b169c2
5 changed files with 6 additions and 20 deletions

View file

@ -10,19 +10,6 @@
];
security.polkit.enable = true;
systemd.user.services.polkit-gnome-authentication-agent-1 = {
description = "polkit-gnome-authentication-agent-1";
wantedBy = ["graphical-session.target"];
wants = ["graphical-session.target"];
after = ["graphical-session.target"];
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
};
};
hardware.opentabletdriver.enable = true;