minor fix

This commit is contained in:
afoucaultc 2026-07-23 12:09:06 +02:00
parent 748e6ebdfc
commit a79d246780
6 changed files with 7 additions and 39 deletions

View file

@ -1,10 +1,7 @@
{ ... }:
let
personal = import ../../personal.nix;
in
{
home.username = personal.username;
home.homeDirectory = personal.homeDirectory;
home.username = "afoucaultc";
home.homeDirectory = "/home/afoucaultc";
home.stateVersion = "26.05";
imports = [
# fichier individuel dans packages = programs.xyz existant