chore: move nix files
This commit is contained in:
parent
c7b4055a95
commit
e01784d8ce
8 changed files with 2 additions and 2 deletions
9
nixpkgs/home-manager/modules/home-manager.nix
Normal file
9
nixpkgs/home-manager/modules/home-manager.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.username = "opdavies";
|
||||
home.homeDirectory = "/home/opdavies";
|
||||
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue