switch back to ragenix
This commit is contained in:
parent
419b2bc3b4
commit
344eff72a9
5 changed files with 133 additions and 27 deletions
|
@ -3,10 +3,14 @@
|
|||
pkgs,
|
||||
config,
|
||||
nixpkgs,
|
||||
ragenix,
|
||||
...
|
||||
}: {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
systemPackages = with pkgs; let
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
in [
|
||||
ragenix.packages.${system}.default
|
||||
neovim
|
||||
git
|
||||
curl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue