Initial commit
This commit is contained in:
26
features/common.nix
Normal file
26
features/common.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{ lib, pkgs, localPackages, ... }: {
|
||||
|
||||
imports = [];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
wget
|
||||
git
|
||||
killall
|
||||
vim
|
||||
eza
|
||||
ripgrep
|
||||
fzf
|
||||
ncdu
|
||||
btop
|
||||
nil
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user