From 7552d7e9bc4999d21fc28a1c972378c77aa281e9 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 1 Sep 2025 22:40:45 -0500 Subject: [PATCH] formating and commenting out old packages which not using --- home/common/default.nix | 2 +- hosts/workstation/default.nix | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/home/common/default.nix b/home/common/default.nix index 9d85d33..5274c89 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -76,7 +76,7 @@ ps_mem psmisc ranger - sigal + # sigal socat sqlite tailscale diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 633033f..d78da15 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -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