Update flake inputs
This commit is contained in:
@@ -143,7 +143,6 @@ in
|
||||
|
||||
programs.lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
settings = {
|
||||
blocks = [
|
||||
"permission"
|
||||
@@ -271,7 +270,7 @@ in
|
||||
c4 = "/mnt/yosuke/share/arnie/smarthome/control4/drivers";
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
${builtins.concatStringsSep "\n" (
|
||||
builtins.map (dir: ''
|
||||
for file in ${dir}/*.zsh; do
|
||||
|
||||
@@ -195,7 +195,7 @@ in
|
||||
{ }
|
||||
);
|
||||
|
||||
initExtra = lib.mkBefore ''
|
||||
initContent = lib.mkBefore ''
|
||||
for file in ${zshSourceCommon}/*.zsh; do
|
||||
source "$file"
|
||||
done
|
||||
|
||||
@@ -123,7 +123,6 @@ in
|
||||
|
||||
programs.lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
settings = {
|
||||
blocks = [
|
||||
"permission"
|
||||
@@ -158,7 +157,7 @@ in
|
||||
hammerspoon-config = "open -a ${pkgs.hammerspoon}/Applications/Hammerspoon.app/Contents/MacOS/Hammerspoon";
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
${builtins.concatStringsSep "\n" (
|
||||
builtins.map (dir: ''
|
||||
for file in ${dir}/*.zsh; do
|
||||
|
||||
Reference in New Issue
Block a user