14 lines
215 B
Nix
14 lines
215 B
Nix
{ ... }:
|
|
{
|
|
programs = {
|
|
dconf.enable = true;
|
|
zsh = {
|
|
enable = true;
|
|
enableCompletion = true;
|
|
enableBashCompletion = true;
|
|
};
|
|
nix-ld.enable = true;
|
|
steam.enable = true;
|
|
};
|
|
}
|