Fix flake check
This commit is contained in:
parent
724c4fdbda
commit
c53d4b832b
2 changed files with 5 additions and 4 deletions
|
@ -478,7 +478,7 @@
|
||||||
taplo # toml language server for editing helix configs per repo
|
taplo # toml language server for editing helix configs per repo
|
||||||
picocom # serial
|
picocom # serial
|
||||||
pgcli
|
pgcli
|
||||||
oil
|
oils-for-unix
|
||||||
watchexec
|
watchexec
|
||||||
android-tools
|
android-tools
|
||||||
kubectl
|
kubectl
|
||||||
|
@ -750,7 +750,7 @@
|
||||||
*/
|
*/
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-tty;
|
programs.gnupg.agent.pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
||||||
};
|
};
|
||||||
|
|
||||||
lutris = {pkgs, ...}: {
|
lutris = {pkgs, ...}: {
|
||||||
|
@ -1187,7 +1187,7 @@
|
||||||
environment.TMPDIR = "/var/tmp";
|
environment.TMPDIR = "/var/tmp";
|
||||||
};
|
};
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
services.irqbalance.enable = true;
|
# services.irqbalance.enable = true;
|
||||||
|
|
||||||
# this is not ready for primetime yet
|
# this is not ready for primetime yet
|
||||||
# services.kanidm = {
|
# services.kanidm = {
|
||||||
|
@ -1229,7 +1229,7 @@
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryPackage = lib.mkDefault pkgs.pinentry-tty;
|
# pinentryPackage = lib.mkDefault pkgs.pinentry-tty;
|
||||||
};
|
};
|
||||||
|
|
||||||
time = {
|
time = {
|
||||||
|
|
|
@ -311,6 +311,7 @@ in
|
||||||
"Dell Inc. DELL U2720Q CWTM623" = {
|
"Dell Inc. DELL U2720Q CWTM623" = {
|
||||||
mode = "3840x2160@60Hz";
|
mode = "3840x2160@60Hz";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
|
scale = toString 1.25;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue