remove some more dead code and install clang and stuff
This commit is contained in:
parent
646836d08d
commit
5efbd424b0
3 changed files with 9 additions and 24 deletions
|
@ -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
|
||||
];
|
||||
}
|
|
@ -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;
|
||||
|
|
|
@ -163,6 +163,8 @@
|
|||
sshfs
|
||||
openssl
|
||||
just
|
||||
killall
|
||||
lshw
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
|
Loading…
Add table
Reference in a new issue