diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-07-30 19:44:06 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-07-30 19:44:06 +0300 |
commit | 5834fee454d8fbe4d3eace6fa4d1f005cef0cbbb (patch) | |
tree | db1f73878ab12627df270bc4bc998740da7f9728 /modules/common/profiles/headful.nix | |
parent | 2023-07-20 (diff) |
2023-07-30
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/headful.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index 935da31..7ec9d42 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -19,6 +19,7 @@ in { aria2.enable = true; emacs.enable = true; mpv.enable = true; + neovim.enable = true; openssh.client.enable = true; password-store.enable = true; vscode.enable = true; @@ -34,7 +35,6 @@ in { ''; packages = with pkgs; [ - anki comma fd ripgrep |