alphabetized imports; added back fusama

This commit is contained in:
Nickiel12 2023-12-25 18:50:01 -08:00
parent 1c3255f268
commit e59e776f15

View file

@ -90,14 +90,15 @@ in
imports = [
./modules/discord.nix
#./modules/emacs.nix
./modules/fusuma.nix
./modules/git.nix
./modules/neovim.nix
./modules/hyprland
./modules/kitty.nix
./modules/neovim.nix
./modules/rofi.nix
./modules/tmux.nix
./modules/wezterm.nix
./modules/xdg.nix
./modules/hyprland
./modules/yazi.nix
./modules/zsh.nix
];
@ -105,9 +106,10 @@ in
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
home = {