diff options
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 |
