Rename index.nix to default.nix

This commit is contained in:
Florian RICHER 2023-08-20 00:52:31 +02:00
parent 79848d8020
commit 15e01a456e
2 changed files with 0 additions and 0 deletions

14
home/default.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;
}