This commit is contained in:
Leonardo Eugênio 2022-08-12 09:23:40 -03:00
parent c217d57282
commit c329928582
2 changed files with 3 additions and 2 deletions

View file

@ -7,8 +7,6 @@
pinentryFlavor = "gtk2";
extraConfig = ''
allow-preset-passphrase
allow-loopback-pinentry
pinentry-mode loopback
'';
};
systemd.user.services = {

View file

@ -286,6 +286,9 @@ in {
];
terminal = pkgs.alacritty.executable;
};
extraConfig = ''
for_window [title=.*] inhibit_idle fullscreen
'';
};
services.swayidle = {
enable = true;