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