titan doesn't need a home

This commit is contained in:
cy 2024-12-30 18:06:16 -05:00
parent 0a2eebfabc
commit 69dd25c579
7 changed files with 24 additions and 75 deletions

View file

@ -1,32 +0,0 @@
{
pkgs,
...
}:
{
imports = [
./common.nix
];
home = {
username = "yt";
homeDirectory = "/home/yt";
stateVersion = "24.05";
};
programs.home-manager.enable = true;
systemd.user.startServices = "sd-switch";
home.packages = with pkgs; [
lua-language-server
vim-language-server
python312Packages.python-lsp-server
nixd
gopls
bash-language-server
llvmPackages_19.clang-tools
rust-analyzer
yt-dlp
gnumake
btop
foot.terminfo
];
}