2024-05-03 14:35:00 -05:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
programs = {
|
|
|
|
dconf.enable = true;
|
2024-07-19 00:47:27 -05:00
|
|
|
zsh = {
|
|
|
|
enable = true;
|
|
|
|
enableCompletion = true;
|
2024-08-29 23:36:51 -05:00
|
|
|
enableGlobalCompInit = false;
|
2024-07-19 00:47:27 -05:00
|
|
|
enableBashCompletion = true;
|
|
|
|
};
|
2024-05-03 14:35:00 -05:00
|
|
|
nix-ld.enable = true;
|
2024-08-11 14:51:22 -05:00
|
|
|
steam.enable = true;
|
2024-05-03 14:35:00 -05:00
|
|
|
};
|
|
|
|
}
|