ouch
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user