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
|
||||
picocom # serial
|
||||
pgcli
|
||||
oil
|
||||
oils-for-unix
|
||||
watchexec
|
||||
android-tools
|
||||
kubectl
|
||||
|
@ -750,7 +750,7 @@
|
|||
*/
|
||||
];
|
||||
|
||||
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-tty;
|
||||
programs.gnupg.agent.pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
||||
};
|
||||
|
||||
lutris = {pkgs, ...}: {
|
||||
|
@ -1187,7 +1187,7 @@
|
|||
environment.TMPDIR = "/var/tmp";
|
||||
};
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
services.irqbalance.enable = true;
|
||||
# services.irqbalance.enable = true;
|
||||
|
||||
# this is not ready for primetime yet
|
||||
# services.kanidm = {
|
||||
|
@ -1229,7 +1229,7 @@
|
|||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = lib.mkDefault pkgs.pinentry-tty;
|
||||
# pinentryPackage = lib.mkDefault pkgs.pinentry-tty;
|
||||
};
|
||||
|
||||
time = {
|
||||
|
|
|
@ -311,6 +311,7 @@ in
|
|||
"Dell Inc. DELL U2720Q CWTM623" = {
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "0,0";
|
||||
scale = toString 1.25;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue