laptop config, flakes config (#1)
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home/git.nix
|
||||
../../modules/home/zsh.nix
|
||||
];
|
||||
|
||||
modules.git.enable = true;
|
||||
modules.zsh.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user