mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed improper paths
This commit is contained in:
parent
381c969931
commit
4a4ba6d04a
2 changed files with 14 additions and 14 deletions
|
@ -13,13 +13,13 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
../../modules/emacs.nix
|
||||
../../modules/git.nix
|
||||
../../modules/fusuma.nix
|
||||
../../modules/vim.nix
|
||||
../../modules/wezterm.nix
|
||||
../../modules/xdg.nix
|
||||
../../modules/zsh.nix
|
||||
../modules/emacs.nix
|
||||
../modules/git.nix
|
||||
../modules/fusuma.nix
|
||||
../modules/vim.nix
|
||||
../modules/wezterm.nix
|
||||
../modules/xdg.nix
|
||||
../modules/zsh.nix
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
@ -12,13 +12,13 @@ in
|
|||
{
|
||||
|
||||
imports = [
|
||||
../../modules/emacs.nix
|
||||
../../../modules/git.nix
|
||||
../../modules/fusuma.nix
|
||||
../../modules/vim.nix
|
||||
../../modules/wezterm.nix
|
||||
../../modules/xdg.nix
|
||||
../../modules/zsh.nix
|
||||
../modules/emacs.nix
|
||||
../modules/git.nix
|
||||
../modules/fusuma.nix
|
||||
../modules/vim.nix
|
||||
../modules/wezterm.nix
|
||||
../modules/xdg.nix
|
||||
../modules/zsh.nix
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
Loading…
Reference in a new issue