formating and commenting out old packages which not using
This commit is contained in:
parent
86dae93759
commit
7552d7e9bc
2 changed files with 11 additions and 6 deletions
|
|
@ -76,7 +76,7 @@
|
|||
ps_mem
|
||||
psmisc
|
||||
ranger
|
||||
sigal
|
||||
# sigal
|
||||
socat
|
||||
sqlite
|
||||
tailscale
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue