its all bad, time to restart from scratch

This commit is contained in:
Zephrynis
2025-10-06 01:46:40 +01:00
committed by GitHub
parent e4bb95fb76
commit 8087609033
9 changed files with 0 additions and 428 deletions

View File

@@ -1,17 +0,0 @@
{ config, pkgs, ... }:
{
home.username = "user"; # set by flake variable in system configs; keep consistent
home.homeDirectory = "/home/user";
# Set once on first deploy; bump if you intentionally accept breaking changes
home.stateVersion = "24.05";
programs.home-manager.enable = true;
programs.bash.enable = true;
programs.starship = { enable = true; enableBashIntegration = true; };
home.packages = with pkgs; [
fastfetch
];
}