diff --git a/home/default.nix b/home/default.nix new file mode 100644 index 0000000..57d1dc8 --- /dev/null +++ b/home/default.nix @@ -0,0 +1,8 @@ +# This file contains default settings used across different systems +{ + programs.nix-index = { + enable = true; + enableFishIntegration = true; + enableBashIntegration = true; + }; +} diff --git a/hosts/brontes/home.nix b/hosts/brontes/home.nix index d3e3129..5deb4f7 100644 --- a/hosts/brontes/home.nix +++ b/hosts/brontes/home.nix @@ -19,6 +19,7 @@ ../../home/hyprlock ../../home/hypridle ../../home/themes/catppuccin.nix + ../../home ]; programs.direnv = { diff --git a/hosts/marr/home.nix b/hosts/marr/home.nix index 6c8c3a2..05d5da3 100644 --- a/hosts/marr/home.nix +++ b/hosts/marr/home.nix @@ -16,6 +16,7 @@ ../../home/git ../../home/vscodium ../../home/themes/catppuccin.nix + ../../home ]; dconf = {