rebase: add home config back in
This commit is contained in:
parent
1f8c24f0a8
commit
c75e262164
2 changed files with 23 additions and 23 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home-git.nix # git specific configs
|
||||
../../modules/home-tmux.nix # tmux specific configs (might move this)
|
||||
../../modules/home-sh.nix # bash and other shell specific configs
|
||||
../../modules/home-wm.nix # window manager configs
|
||||
../../modules/home-editor.nix # editor specific configs
|
||||
../../modules/home-terminal.nix # terminal emulator configs
|
||||
../../modules/home-utils.nix # miscellaneous utilities
|
||||
../modules/home-git.nix # git specific configs
|
||||
../modules/home-tmux.nix # tmux specific configs (might move this)
|
||||
../modules/home-sh.nix # bash and other shell specific configs
|
||||
../modules/home-wm.nix # window manager configs
|
||||
../modules/home-editor.nix # editor specific configs
|
||||
../modules/home-terminal.nix # terminal emulator configs
|
||||
../modules/home-utils.nix # miscellaneous utilities
|
||||
];
|
||||
|
||||
# This enables using home-manager from the command line.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue