mess migration
This commit is contained in:
parent
fbc47ef8f7
commit
6bee06e028
77 changed files with 144 additions and 60 deletions
20
home/twitchin.nix
Executable file
20
home/twitchin.nix
Executable 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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue