refactor: moved home config to more logical folder structure
This commit is contained in:
parent
f201190ef1
commit
ecaa2c0dc4
29 changed files with 165 additions and 171 deletions
15
users/modules/sh.nix
Normal file
15
users/modules/sh.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Default shell utilities and programs
|
||||
{
|
||||
imports = [
|
||||
./programs/bash.nix
|
||||
./programs/direnv.nix
|
||||
./programs/fzf.nix
|
||||
./programs/git.nix
|
||||
./programs/nvim.nix
|
||||
./programs/starship.nix
|
||||
./programs/tealdeer.nix
|
||||
./programs/tmux.nix
|
||||
./programs/yazi.nix
|
||||
./scripts
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue