1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-05 04:43:28 +02:00
home-manager/tests/modules/programs/scmpuff/default.nix

11 lines
270 B
Nix
Raw Normal View History

{
scmpuff-bash = ./bash.nix;
scmpuff-no-bash = ./no-bash.nix;
scmpuff-no-shell = ./no-shell.nix;
scmpuff-no-zsh = ./no-zsh.nix;
scmpuff-zsh = ./zsh.nix;
2022-08-22 11:38:58 +02:00
scmpuff-fish = ./fish.nix;
scmpuff-no-fish = ./no-fish.nix;
2023-10-01 12:17:06 +02:00
scmpuff-no-aliases = ./no-aliases.nix;
}