Update dev module
This commit is contained in:
parent
b273dc704a
commit
8d2616c9ba
@ -4,6 +4,7 @@
|
|||||||
../../modules/home-manager.nix
|
../../modules/home-manager.nix
|
||||||
../../modules/zsh.nix
|
../../modules/zsh.nix
|
||||||
../../modules/dev.nix
|
../../modules/dev.nix
|
||||||
|
../../modules/fonts.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, libs, ... }:
|
{ config, pkgs, libs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
yarn
|
nodePackages.yarn
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user