add personal
This commit is contained in:
parent
3daf50ea78
commit
748e6ebdfc
7 changed files with 41 additions and 8 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{ ... }:
|
||||
let
|
||||
personal = import ../../personal.nix;
|
||||
in
|
||||
{
|
||||
home.username = "afoucaultc";
|
||||
home.homeDirectory = "/home/afoucaultc";
|
||||
home.username = personal.username;
|
||||
home.homeDirectory = personal.homeDirectory;
|
||||
home.stateVersion = "26.05";
|
||||
imports = [
|
||||
# fichier individuel dans packages = programs.xyz existant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue