Compare commits
2 commits
99080dbe84
...
c7fc778a49
Author | SHA1 | Date | |
---|---|---|---|
c7fc778a49 | |||
8b73ef88f2 |
1 changed files with 1 additions and 17 deletions
|
@ -67,6 +67,7 @@
|
|||
"net.cozic.joplin_desktop"
|
||||
"dev.aunetx.deezer"
|
||||
"com.jgraph.drawio.desktop"
|
||||
"com.bitwarden.desktop"
|
||||
];
|
||||
services.flatpak.update.onActivation = true;
|
||||
services.flatpak.overrides = {
|
||||
|
@ -278,23 +279,6 @@
|
|||
|
||||
services.swaync = { enable = true; };
|
||||
|
||||
systemd.user.services.polkit-gnome-authentication-agent-1 = {
|
||||
Unit = {
|
||||
Description = "polkit-gnome-authentication-agent-1";
|
||||
Wants = [ "graphical-session.target" ];
|
||||
After = [ "graphical-session.target" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart =
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
TimeoutStopSec = 10;
|
||||
};
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
};
|
||||
|
||||
programs.niri = {
|
||||
settings = {
|
||||
input = {
|
||||
|
|
Loading…
Reference in a new issue