mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:26:12 +01:00
partial modularization
This commit is contained in:
8
home-manager/features/cli/default.nix
Normal file
8
home-manager/features/cli/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./zsh.nix
|
||||
];
|
||||
# home.packages = with pkgs; [];
|
||||
}
|
||||
Reference in New Issue
Block a user