DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: d361cc9314a3bf0aa4cacfa0a921cf24fbd2cd84 nix-arta/ws/roles/default.nix -rw-r--r-- 255 bytes
d361cc93Jonni Liljamo chore(ws): update nvim-flake 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
{lib, ...}: {
  imports =
    [
      ./gaming
      ./graphics
      ./shell
    ]
    ++ lib.pipe ./. [builtins.readDir (lib.filterAttrs (n: ty: ty != "directory" && n != "default.nix" && lib.hasSuffix ".nix" n)) (lib.mapAttrsToList (n: _: ./${n}))];
}