feat: add a default hm config file that contains shared settings

This commit is contained in:
Nydragon 2024-06-29 13:10:29 +02:00
parent 51c804028f
commit 1667b9196f
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209
3 changed files with 10 additions and 0 deletions

8
home/default.nix Normal file
View file

@ -0,0 +1,8 @@
# This file contains default settings used across different systems
{
programs.nix-index = {
enable = true;
enableFishIntegration = true;
enableBashIntegration = true;
};
}

View file

@ -19,6 +19,7 @@
../../home/hyprlock ../../home/hyprlock
../../home/hypridle ../../home/hypridle
../../home/themes/catppuccin.nix ../../home/themes/catppuccin.nix
../../home
]; ];
programs.direnv = { programs.direnv = {

View file

@ -16,6 +16,7 @@
../../home/git ../../home/git
../../home/vscodium ../../home/vscodium
../../home/themes/catppuccin.nix ../../home/themes/catppuccin.nix
../../home
]; ];
dconf = { dconf = {