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 = {