1
Fork 0

feat: it builds now!

This commit is contained in:
Matei Adriel 2021-11-27 22:16:27 +02:00
parent 4c6ab67009
commit 7818ed2d8f
2 changed files with 4 additions and 3 deletions

View file

@ -1,12 +1,13 @@
{ pkgs, ... }:
let
fromNpm = import ./npm { inherit pkgs; };
# fromNpm = import ./npm { inherit pkgs; };
node = pkgs.nodejs-12_x;
yarn = pkgs.yarn.override { nodejs = node; };
in {
home-manager.users.adrielus.home.packages = with pkgs;
with nodePackages;
with fromNpm; [
# with fromNpm;
[
node
deno
node2nix

View file

@ -8,7 +8,7 @@
# displayManager.sddm.enable = true;
# desktopManager.plasma5.enable = true;
displayManager.defaultSession = "none+xmonad";
# displayManager.defaultSession = "none+xmonad";
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;