This commit is contained in:
autumn
2025-08-25 12:49:50 -06:00
parent 7cea231a80
commit 39450f3b3c
2 changed files with 27 additions and 15 deletions

View File

@@ -1,14 +1,15 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "autumn";
home.homeDirectory = "/home/autumn";
# home.stateVersion = "25.05"; # Please read the comment before changing.
programs.home-manager.enable = true;
home.stateVersion = "25.05"; # Please read the comment before changing.
nixpkgs.config = {
alowUnfree = true;