๐Ÿ“ฆ axelbdt / nixos_machine

๐Ÿ“„ devenv.nix ยท 6 lines
1
2
3
4
5
6{ pkgs, lib, config, inputs, ... }:

{
  languages.nix.enable = true;
}