nix-git/modules/base-graphical.nix
2025-02-02 11:23:50 +01:00

8 lines
67 B
Nix

{ pkgs, ... }:
{
imports = [
./xdg.nix
./ntfs.nix
];
}