From 1667b9196fbd94146b87ac56cf9bd1ce1851b30e Mon Sep 17 00:00:00 2001 From: Nydragon Date: Sat, 29 Jun 2024 13:10:29 +0200 Subject: [PATCH] feat: add a default hm config file that contains shared settings --- home/default.nix | 8 ++++++++ hosts/brontes/home.nix | 1 + hosts/marr/home.nix | 1 + 3 files changed, 10 insertions(+) create mode 100644 home/default.nix 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 = {