diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 9b48ef70..893bce38 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -38,11 +38,6 @@ in fi ''; - programs.mcfly = { - enable = true; - enableLightTheme = true; - }; - programs.zsh = { enable = true; |