formating and commenting out old packages which not using

This commit is contained in:
Don Harper 2025-09-01 22:40:45 -05:00
parent 86dae93759
commit 7552d7e9bc
2 changed files with 11 additions and 6 deletions

View file

@ -76,7 +76,7 @@
ps_mem ps_mem
psmisc psmisc
ranger ranger
sigal # sigal
socat socat
sqlite sqlite
tailscale tailscale

View file

@ -17,7 +17,7 @@
requests requests
setuptools setuptools
]; ];
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages; python-with-my-packages = pkgs.python314Full.withPackages my-python-packages;
in { in {
nix = { nix = {
settings = { settings = {
@ -157,8 +157,12 @@ in {
package = pkgs.mlocate; package = pkgs.mlocate;
}; };
logind = { logind = {
lidSwitchExternalPower = "ignore"; settings = {
lidSwitchDocked = "ignore"; Login = {
HandleLidSwitchDocked = "ignore";
lidSwitchExternalPower = "ignore";
};
};
}; };
nscd = {enableNsncd = true;}; nscd = {enableNsncd = true;};
openssh = { openssh = {
@ -242,7 +246,8 @@ in {
allowUnfree = true; allowUnfree = true;
allowUnfreePredicate = true; allowUnfreePredicate = true;
permittedInsecurePackages = ["libsoup-2.74.3"]; permittedInsecurePackages = ["libsoup-2.74.3"];
allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) ["broadcom-sta"]; allowInsecurePredicate = pkg:
builtins.elem (lib.getName pkg) ["broadcom-sta"];
}; };
}; };
@ -304,7 +309,7 @@ in {
ruby ruby
sops sops
termsonic termsonic
toot # toot
udiskie udiskie
wireplumber wireplumber
wlsunset wlsunset