diff options
| author | Mike Vink <mike@pionative.com> | 2024-05-30 10:56:19 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-05-30 10:56:19 +0200 |
| commit | 3218974b0db2d983d95a99cc8941750089e58180 (patch) | |
| tree | d188439db7fc3ad56b0ce5d0fff1e3b9bec7767e /profiles | |
| parent | b3d5d698dd72c099080f20759de76999087ee86c (diff) | |
use vim easy align
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/configuration.nix | 5 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix index 0d322bb..c381650 100644 --- a/profiles/core/configuration.nix +++ b/profiles/core/configuration.nix @@ -41,8 +41,6 @@ }; environment.systemPackages = with pkgs; [ - man-pages - man-pages-posix vim wget git @@ -70,7 +68,10 @@ mediainfo bat openpomodoro-cli + coreutils ] ++ (optionals (!machine.isDarwin) [ + man-pages + man-pages-posix pkgsi686Linux.glibc gdb pciutils diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index 0292b9a..5f6df01 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -81,6 +81,7 @@ vim-surround conform-nvim trouble-nvim + vim-easy-align # cmp nvim-cmp |
