working on zsh
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
{ config, pkgs, lib, user, flakeRoot, ... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
user,
|
||||||
|
flakeRoot,
|
||||||
|
...
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
|
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
|
||||||
assetsDir = "${flakeRoot}/assets/common/conf/zsh";
|
assetsDir = "${flakeRoot}/assets/common/conf/zsh";
|
||||||
@@ -35,4 +42,5 @@ in
|
|||||||
|
|
||||||
# Use the .zshrc file from assets
|
# Use the .zshrc file from assets
|
||||||
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
|
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user