Skip to content

Commit

Permalink
feat: using senv package
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 6, 2024
1 parent a4e2cc1 commit 2990116
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
scripts.url = "github:luisnquin/scripts";
hyprland.url = "github:hyprwm/Hyprland";
nixpkgs.url = "nixpkgs/nixos-unstable";
senv.url = "github:luisnquin/senv";
nao.url = "github:luisnquin/nao";
};

Expand Down Expand Up @@ -61,6 +62,7 @@

mysql_57 = (import nixpkgs_mysql_57 {inherit system;}).mysql57;
spicetify = spicetify-nix.packages.${pkgs.system}.default;
senv = senv.defaultPackage.${system};

inherit (hyprland.packages.${system}) hyprland xdg-desktop-portal-hyprland;
inherit pkgs host user dotfilesDir;
Expand Down
1 change: 1 addition & 0 deletions home/modules/dev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
./processors.nix
./python.nix
./node.nix
./etc.nix
./sql.nix
./aws.nix
];
Expand Down
5 changes: 5 additions & 0 deletions home/modules/dev/etc.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{senv, ...}: {
home.packages = [
senv # switch .env files
];
}

0 comments on commit 2990116

Please sign in to comment.