chore: move nix files

This commit is contained in:
Oliver Davies 2022-09-29 19:29:50 +01:00
parent c7b4055a95
commit e01784d8ce
8 changed files with 2 additions and 2 deletions

View file

@ -1,9 +0,0 @@
{ config, pkgs, ... }:
{
home.username = "opdavies";
home.homeDirectory = "/home/opdavies";
home.stateVersion = "22.05";
programs.home-manager.enable = true;
}