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
|
syncthing
|
||||||
syncthingtray
|
syncthingtray
|
||||||
(with llvmPackages; [
|
(with llvmPackages; [
|
||||||
clang
|
clangUseLLVM
|
||||||
clang-tools
|
libcxxClang
|
||||||
|
stdenv
|
||||||
|
libcxx
|
||||||
|
libcxxStdenv
|
||||||
|
compiler-rt
|
||||||
])
|
])
|
||||||
|
nix-output-monitor
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.feh.enable = true;
|
programs.feh.enable = true;
|
||||||
|
|
|
@ -163,6 +163,8 @@
|
||||||
sshfs
|
sshfs
|
||||||
openssl
|
openssl
|
||||||
just
|
just
|
||||||
|
killall
|
||||||
|
lshw
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue