minor
This commit is contained in:
parent
c217d57282
commit
c329928582
|
@ -7,8 +7,6 @@
|
|||
pinentryFlavor = "gtk2";
|
||||
extraConfig = ''
|
||||
allow-preset-passphrase
|
||||
allow-loopback-pinentry
|
||||
pinentry-mode loopback
|
||||
'';
|
||||
};
|
||||
systemd.user.services = {
|
||||
|
|
|
@ -286,6 +286,9 @@ in {
|
|||
];
|
||||
terminal = pkgs.alacritty.executable;
|
||||
};
|
||||
extraConfig = ''
|
||||
for_window [title=.*] inhibit_idle fullscreen
|
||||
'';
|
||||
};
|
||||
services.swayidle = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue