Begin restructure

This commit is contained in:
Florian RICHER 2023-08-20 00:48:31 +02:00
parent 6d71875cd7
commit c44a6843f8
8 changed files with 132 additions and 151 deletions

14
home/index.nix Normal file
View file

@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
imports = [];
home = {
username = "florian";
homeDirectory = "/home/florian";
stateVersion = "23.05";
};
programs.home-manager.enable = true;
}