mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
chore: Fix formatting
This commit is contained in:
parent
c33ff6bd5e
commit
d21ae69f39
@ -65,10 +65,10 @@
|
||||
attributeValue = (builtins.listToAttrs
|
||||
(builtins.map
|
||||
(file: {
|
||||
name = builtins.replaceStrings [".nix"] [""] file;
|
||||
name = builtins.replaceStrings [ ".nix" ] [ "" ] file;
|
||||
value = if directory == packageDirectory then callPackage ./${directory}/${file} { } else import ./${directory}/${file}; })
|
||||
(builtins.attrNames (builtins.readDir ./${directory}))));
|
||||
attributeSet = if directory == packageDirectory then { x86_64-linux = attributeValue; } else attributeValue;
|
||||
in (attributeSet); })
|
||||
(flakeOutputs)));
|
||||
(flakeOutputs)));
|
||||
}
|
||||
|
@ -605,18 +605,18 @@ in
|
||||
plugin = obsidian-nvim;
|
||||
type = "lua";
|
||||
config = /* lua */ ''
|
||||
require('obsidian').setup {
|
||||
workspaces = {
|
||||
{
|
||||
name = "ドキュメント",
|
||||
path = "~/ドキュメント",
|
||||
require('obsidian').setup {
|
||||
workspaces = {
|
||||
{
|
||||
name = "ドキュメント",
|
||||
path = "~/ドキュメント",
|
||||
},
|
||||
},
|
||||
},
|
||||
disable_frontmatter = true,
|
||||
ui = {
|
||||
enable = false
|
||||
disable_frontmatter = true,
|
||||
ui = {
|
||||
enable = false
|
||||
}
|
||||
}
|
||||
}
|
||||
'';
|
||||
}
|
||||
fzf-vim
|
||||
|
Loading…
Reference in New Issue
Block a user