user switched not stable

This commit is contained in:
2025-05-01 16:01:01 -05:00
parent 9813000669
commit 03102cfaf5
6 changed files with 474 additions and 37 deletions

View File

@@ -1,6 +0,0 @@
{ config, pkgs, ... }:
{
programs.home-manager.enable = true;
home.stateVersion = "24.11";
}

View File

@@ -1,6 +0,0 @@
{ config, pkgs, ... }:
{
home.username = "poslop";
home.homeDirectory = "/home/poslop";
}