mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
its all bad, time to restart from scratch
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user