feat: it builds now!
This commit is contained in:
parent
4c6ab67009
commit
7818ed2d8f
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue