diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-07 23:57:45 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-07 23:57:45 +0300 |
commit | 5a4e7e22a6975ebc3de70e68446ff53109c64170 (patch) | |
tree | 0004db42ea38a75bf9dc413f6b77e501f2270fad /modules/common/profiles/headful.nix | |
parent | 2024-01-05 (diff) |
2024-01-07
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/headful.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index 094d5dd..dc8e1d6 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -19,7 +19,6 @@ in { aria2.enable = true; emacs.enable = true; mpv.enable = true; - neovim.enable = true; openssh.client.enable = true; password-store.enable = true; vscode.enable = true; |