mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-12 01:48:42 +00:00
Add rg, poetry, woodpecker-agent, stable Emacs, upstreamed VSCode plugins (#18)
This commit is contained in:
@@ -13,11 +13,12 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
emacs = {
|
||||
url = "github:nix-community/emacs-overlay/c8421fbdb7d831296ecb735c8a7f60964809c857";
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sops-nix = {
|
||||
url = github:Mic92/sops-nix;
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -31,7 +32,7 @@
|
||||
...
|
||||
} @ inputs: let
|
||||
config = {
|
||||
#contentAddressedByDefault = true;
|
||||
# contentAddressedByDefault = true;
|
||||
allowUnfree = true;
|
||||
};
|
||||
in let
|
||||
|
Reference in New Issue
Block a user