foo
This commit is contained in:
16
profiles/base/home-manager/default.nix
Normal file
16
profiles/base/home-manager/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
imports = [
|
||||
./home-manager/atuin.nix
|
||||
./home-manager/bat.nix
|
||||
./home-manager/eza.nix
|
||||
./home-manager/fish.nix
|
||||
./home-manager/git.nix
|
||||
./home-manager/jujutsu.nix
|
||||
./home-manager/neovim
|
||||
./home-manager/ssh.nix
|
||||
./home-manager/starship.nix
|
||||
./home-manager/zellij.nix
|
||||
./home-manager/zoxide.nix
|
||||
./home-manager/zsh.nix
|
||||
];
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
{ inputs, ... }:
|
||||
{ nixvim, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
nixvim.homeManagerModules.nixvim
|
||||
./options.nix
|
||||
./plugins
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user