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 = [
|
imports = [
|
||||||
inputs.nvf.homeManagerModules.default
|
inputs.nvf.homeManagerModules.default
|
||||||
../../modules/cross-platform/home-manager
|
../../modules/cross-platform/home-manager
|
||||||
inputs.nix-index-database.hmModules.nix-index
|
inputs.nix-index-database.homeModules.nix-index
|
||||||
];
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nvf.homeManagerModules.default
|
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.nix-flatpak.homeManagerModules.nix-flatpak
|
||||||
inputs.agenix.homeManagerModules.default
|
inputs.agenix.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
|
|
||||||
dotDir = ".config/zsh";
|
dotDir = "${config.home.homeDirectory}.config/zsh";
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# General aliases
|
# General aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue