remove some more dead code and install clang and stuff

This commit is contained in:
cy 2025-03-03 16:16:47 -05:00
parent 646836d08d
commit 5efbd424b0
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 9 additions and 24 deletions

View file

@ -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
];
}

View file

@ -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;

View file

@ -163,6 +163,8 @@
sshfs
openssl
just
killall
lshw
];
environment.sessionVariables = {