chore: update config to new version.
This commit is contained in:
parent
3e84647f7f
commit
cec9b44583
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
imports = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
../../modules/cross-platform/home-manager
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
];
|
||||
|
||||
stylix = {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.agenix.homeManagerModules.default
|
||||
];
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
autosuggestion.enable = true;
|
||||
historySubstringSearch.enable = true;
|
||||
|
||||
dotDir = ".config/zsh";
|
||||
dotDir = "${config.home.homeDirectory}.config/zsh";
|
||||
|
||||
shellAliases = {
|
||||
# General aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue