dot.nix/home/global/common/browsers/default.nix

6 lines
58 B
Nix

{
imports = [
# ./chromium.nix
./zen.nix
];
}