Restructure to use flakes
This commit is contained in:
15
users/me.nix
Normal file
15
users/me.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ inputs, pkgs, system, ... }:
|
||||
import ../home
|
||||
{
|
||||
accounts = {
|
||||
};
|
||||
git = {
|
||||
name = "Valentin Brandl";
|
||||
email = "mail+dev@vbrandl.net";
|
||||
};
|
||||
inherit system;
|
||||
username = "me";
|
||||
}
|
||||
{
|
||||
inherit pkgs;
|
||||
}
|
Reference in New Issue
Block a user