mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 16:25:10 +00:00
6 lines
155 B
Nix
6 lines
155 B
Nix
{config, ...}: {
|
|
# home-manager is so strange and needs these declared multiple times
|
|
programs = {
|
|
#fish.enable = config.olympus.meta.fish;
|
|
};
|
|
}
|