mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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 = [
|
||||
./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 = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue