switched to dentritic pattern and cleaned up config
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ self, ... }:
|
||||
{
|
||||
flake.modules.homeManager.shell = { ... }: {
|
||||
imports = [
|
||||
self.modules.homeManager.starship
|
||||
self.modules.homeManager.fish
|
||||
self.modules.homeManager.nushell
|
||||
self.modules.homeManager.tmux
|
||||
self.modules.homeManager.ghostty
|
||||
self.modules.homeManager.direnv
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user