Reorganization
This commit is contained in:
parent
2821a76450
commit
aa3b8519f9
21 changed files with 241 additions and 204 deletions
14
modules/core/packages.nix
Normal file
14
modules/core/packages.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# System-wide packages
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
vimPlugins.LazyVim
|
||||
git
|
||||
wget
|
||||
nixfmt-classic
|
||||
btop
|
||||
lazygit
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue