quick update
This commit is contained in:
parent
c96a9ec174
commit
f74f742066
5 changed files with 15 additions and 104 deletions
|
|
@ -26,5 +26,6 @@
|
|||
nix-prefetch-git
|
||||
icu
|
||||
libclang
|
||||
argc
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ in {
|
|||
|
||||
config = lib.mkIf config.npm.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs_23
|
||||
nodejs_24
|
||||
nodePackages.npm
|
||||
yarn
|
||||
bun
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
./modules/libs.nix
|
||||
./modules/rgb.nix
|
||||
];
|
||||
programs.npm.enable = true;
|
||||
npm.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue