feat: add a default hm config file that contains shared settings
This commit is contained in:
parent
51c804028f
commit
1667b9196f
3 changed files with 10 additions and 0 deletions
8
home/default.nix
Normal file
8
home/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
# This file contains default settings used across different systems
|
||||
{
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
}
|
|
@ -19,6 +19,7 @@
|
|||
../../home/hyprlock
|
||||
../../home/hypridle
|
||||
../../home/themes/catppuccin.nix
|
||||
../../home
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
../../home/git
|
||||
../../home/vscodium
|
||||
../../home/themes/catppuccin.nix
|
||||
../../home
|
||||
];
|
||||
|
||||
dconf = {
|
||||
|
|
Loading…
Add table
Reference in a new issue