sorted programs

This commit is contained in:
Charlie Root 2024-04-12 16:20:03 +02:00
commit 40070d865b
3 changed files with 46 additions and 46 deletions

View file

@ -86,8 +86,8 @@ in {
];
oh-my-zsh = mkIf cfg.ohmyzsh.enable {
enable = true;
theme = cfg.ohmyzsh.theme;
plugins = cfg.ohmyzsh.plugins;
theme = cfg.ohmyzsh.theme;
plugins = cfg.ohmyzsh.plugins;
};
};
};