From 5efbd424b0be971dd36b0c7dd1fbc091c9d522b0 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 3 Mar 2025 16:16:47 -0500 Subject: [PATCH] remove some more dead code and install clang and stuff --- home/yt/codespace.nix | 22 ---------------------- home/yt/ytnix.nix | 9 +++++++-- hosts/ytnix/default.nix | 2 ++ 3 files changed, 9 insertions(+), 24 deletions(-) delete mode 100644 home/yt/codespace.nix diff --git a/home/yt/codespace.nix b/home/yt/codespace.nix deleted file mode 100644 index 6720c17..0000000 --- a/home/yt/codespace.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ - pkgs, - ... -}: -{ - imports = [ - ./common.nix - ]; - home = { - username = "codespace"; - homeDirectory = "/home/codespace"; - stateVersion = "24.05"; - }; - programs.home-manager.enable = true; - - systemd.user.startServices = "sd-switch"; - - home.packages = with pkgs; [ - foot.terminfo - attic-client - ]; -} diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 9910d78..0f8322f 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -92,9 +92,14 @@ syncthing syncthingtray (with llvmPackages; [ - clang - clang-tools + clangUseLLVM + libcxxClang + stdenv + libcxx + libcxxStdenv + compiler-rt ]) + nix-output-monitor ]; programs.feh.enable = true; diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index a187fa1..66607a3 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -163,6 +163,8 @@ sshfs openssl just + killall + lshw ]; environment.sessionVariables = {