Initial commit
This commit is contained in:
10
modules/development/home/default.nix
Normal file
10
modules/development/home/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./vscode.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
zellij.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user