remove mise in favor of specific versions from nixpkgs
This commit is contained in:
parent
824a839485
commit
36e8027fdf
4 changed files with 4 additions and 14 deletions
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./php.nix ./clojure.nix ];
|
||||
imports = [ ./php.nix ./clojure.nix ./langs.nix ];
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gcc
|
||||
|
|
1
home/features/devel/langs.nix
Normal file
1
home/features/devel/langs.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ pkgs, ... }: { home.packages = with pkgs; [ nodejs_22 ruby_3_3 ]; }
|
Loading…
Add table
Add a link
Reference in a new issue