nyx/modules/base/programs.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;
};
}