mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
alphabetized imports; added back fusama
This commit is contained in:
parent
1c3255f268
commit
e59e776f15
1 changed files with 7 additions and 5 deletions
12
home.nix
12
home.nix
|
@ -90,14 +90,15 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
./modules/discord.nix
|
./modules/discord.nix
|
||||||
#./modules/emacs.nix
|
#./modules/emacs.nix
|
||||||
|
./modules/fusuma.nix
|
||||||
./modules/git.nix
|
./modules/git.nix
|
||||||
./modules/neovim.nix
|
./modules/hyprland
|
||||||
./modules/kitty.nix
|
./modules/kitty.nix
|
||||||
|
./modules/neovim.nix
|
||||||
./modules/rofi.nix
|
./modules/rofi.nix
|
||||||
./modules/tmux.nix
|
./modules/tmux.nix
|
||||||
./modules/wezterm.nix
|
./modules/wezterm.nix
|
||||||
./modules/xdg.nix
|
./modules/xdg.nix
|
||||||
./modules/hyprland
|
|
||||||
./modules/yazi.nix
|
./modules/yazi.nix
|
||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
];
|
];
|
||||||
|
@ -105,9 +106,10 @@ in
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
programs.direnv.enable = true;
|
enable = true;
|
||||||
programs.direnv.nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue