mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-07 07:28:40 +00:00
Add ripgrep and emacs
This commit is contained in:
@@ -166,6 +166,13 @@ let
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
let
|
||||
my-python-packages = python-packages: [
|
||||
];
|
||||
python = pkgs.python3.withPackages my-python-packages;
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
imports = [ <home-manager/nix-darwin> ];
|
||||
@@ -181,8 +188,15 @@ in
|
||||
pkgs.alacritty
|
||||
pkgs.keepassxc
|
||||
vscode-with-extensions
|
||||
python
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import (builtins.fetchTarball {
|
||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||
}))
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"vscode"
|
||||
"vscode-with-extensions"
|
||||
|
Reference in New Issue
Block a user