home: amneesh: move ubuntu->arch and use existing config
Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
17
home/amneesh/pkgs.nix
Normal file
17
home/amneesh/pkgs.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
xdg.mime.enable = true;
|
||||
programs.bash.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
htop
|
||||
clang-tools
|
||||
llvmPackages.clang
|
||||
(nattovim.override { nvimPackage = inputs.nvim-overlay.packages.${pkgs.system}.neovim; })
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user