mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -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 = {
|
||||
packages = with pkgs; [
|
||||
prisma
|
||||
unstable.prisma
|
||||
prisma-engines
|
||||
];
|
||||
sessionVariables = {
|
||||
|
|
|
@ -81,6 +81,8 @@
|
|||
nix-desktop-evo4b5 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
unstable = nixpkgs;
|
||||
stable = nix-stable;
|
||||
};
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
@ -99,6 +101,7 @@
|
|||
stylix = inputs.stylix-stable;
|
||||
};
|
||||
unstable = nixpkgs;
|
||||
stable = nix-stable;
|
||||
};
|
||||
modules = [
|
||||
./boxes/wsl/configuration.nix
|
||||
|
|
Loading…
Reference in a new issue