Skip to content

Commit

Permalink
feat: using 'nixpkgs-extra'
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 21, 2024
1 parent 8fc3a4f commit 051e7d4
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 104 deletions.
79 changes: 67 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-extra = {
url = "github:luisnquin/nixpkgs-extra";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs_mysql_57.url = "github:NixOS/nixpkgs?rev=06c9198cbf48559191bf6c9b76c0f370f96b8c33";
nixtheplanet.url = "github:matthewcroughan/nixtheplanet";
spicetify-nix.url = "github:the-argus/spicetify-nix";
Expand Down Expand Up @@ -54,16 +58,17 @@
};

user = {
fullName = "Guest user";
alias = "guest";
fullName = "Raiden";
alias = "raiden";
gitEmail = "luis.quinones@inversiones.io";
};

dotfilesDir = "~/.dotfiles";

specialArgs =
{
grub-pkgs = grub-themes.packages.${system};
pkgsx = import ./pkgs {inherit pkgs;};
pkgsx = nixpkgs-extra.packages.${system}; # // import ./pkgs {inherit pkgs;};

mysql_57 = (import nixpkgs_mysql_57 {inherit system;}).mysql57;
spicetify = spicetify-nix.packages.${pkgs.system}.default;
Expand Down
10 changes: 0 additions & 10 deletions pkgs/default.nix

This file was deleted.

20 changes: 0 additions & 20 deletions pkgs/ecsview.nix

This file was deleted.

17 changes: 0 additions & 17 deletions pkgs/ght.nix

This file was deleted.

17 changes: 0 additions & 17 deletions pkgs/stu.nix

This file was deleted.

25 changes: 0 additions & 25 deletions pkgs/vimix-cursor-theme.nix

This file was deleted.

0 comments on commit 051e7d4

Please sign in to comment.