mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-07 08:53:34 -05:00
c
This commit is contained in:
parent
e927a537f9
commit
154444180c
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, unstable, ...}: {
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
prisma
|
unstable.prisma
|
||||||
prisma-engines
|
prisma-engines
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
|
|
@ -81,6 +81,8 @@
|
||||||
nix-desktop-evo4b5 = nixpkgs.lib.nixosSystem {
|
nix-desktop-evo4b5 = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
|
unstable = nixpkgs;
|
||||||
|
stable = nix-stable;
|
||||||
};
|
};
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
@ -99,6 +101,7 @@
|
||||||
stylix = inputs.stylix-stable;
|
stylix = inputs.stylix-stable;
|
||||||
};
|
};
|
||||||
unstable = nixpkgs;
|
unstable = nixpkgs;
|
||||||
|
stable = nix-stable;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./boxes/wsl/configuration.nix
|
./boxes/wsl/configuration.nix
|
||||||
|
|
Loading…
Reference in a new issue