zellij homelab

This commit is contained in:
death916 2025-06-15 04:06:13 -07:00
parent 325c2135c1
commit f36b86d809

View file

@ -1,5 +1,11 @@
# ./home-manager/death916-homelab.nix
{ config, pkgs, lib, inputs, ... }:
{
config,
pkgs,
lib,
inputs,
...
}:
{
home.username = "death916";
@ -12,9 +18,9 @@
userName = "death916";
userEmail = "mail@trentnelson.dev";
extraConfig = {
credential.helper = "store";
credential.helper = "store";
};
};
};
# Server-specific tools or dotfiles for death916
programs.tmux.enable = true; # Example from your repo image
@ -25,7 +31,6 @@
# update-system = "sudo nixos-rebuild switch --flake /etc/nixos#homelab";
# };
programs.helix = {
enable = true;
settings = {
@ -65,19 +70,20 @@
pkgs.python3Packages.python-lsp-server # Required for pylsp
];
};
programs.atuin = {
enable = true;
settings = {
search_mode = "fuzzy";
};
};
home.packages = with pkgs; [
# Any user-specific packages for death916 on the server
fastfetch
wget
zellij
];
# Keep this consistent with your system's state version