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
psmisc
ranger
sigal
# sigal
socat
sqlite
tailscale

View file

@ -17,7 +17,7 @@
requests
setuptools
];
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
python-with-my-packages = pkgs.python314Full.withPackages my-python-packages;
in {
nix = {
settings = {
@ -157,8 +157,12 @@ in {
package = pkgs.mlocate;
};
logind = {
lidSwitchExternalPower = "ignore";
lidSwitchDocked = "ignore";
settings = {
Login = {
HandleLidSwitchDocked = "ignore";
lidSwitchExternalPower = "ignore";
};
};
};
nscd = {enableNsncd = true;};
openssh = {
@ -242,7 +246,8 @@ in {
allowUnfree = true;
allowUnfreePredicate = true;
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
sops
termsonic
toot
# toot
udiskie
wireplumber
wlsunset