15 lines
No EOL
247 B
Nix
15 lines
No EOL
247 B
Nix
{ ... }:
|
|
|
|
let
|
|
configPath = ../common/dotfiles/config;
|
|
#dataPath = ../common/dotfiles/data;
|
|
#binPath = ../common/dotfiles/bin;
|
|
in
|
|
{
|
|
xdg.configFile = {
|
|
"fish" = {
|
|
source = "${configPath}/fish";
|
|
recursive = true;
|
|
};
|
|
};
|
|
} |