Fix typo in shell
This commit is contained in:
parent
f2ef0a4ce4
commit
de863308bd
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
|
|
Loading…
Reference in a new issue