Convert to flakes
Convert the install to flakes Move home-manager into core repository
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
name: pkgs:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./vim.nix
|
||||
];
|
||||
|
||||
home.username = name;
|
||||
home.homeDirectory = if name == "root" then "/root" else "/home/${name}";
|
||||
}
|
||||
Reference in New Issue
Block a user