mess migration

This commit is contained in:
atagen 2023-09-11 21:30:13 +10:00
parent fbc47ef8f7
commit 6bee06e028
77 changed files with 144 additions and 60 deletions

20
home/twitchin.nix Executable file
View file

@ -0,0 +1,20 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./home.nix
];
home.packages = with pkgs; [
nicotine-plus
];
home = {
username = "twitchin";
homeDirectory = "/home/twitchin";
};
}