mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-07 03:27:48 +08:00
8 lines
96 B
Nix
8 lines
96 B
Nix
{
|
|
imports = [
|
|
./firefox.nix
|
|
./chromium.nix
|
|
./qutebrowser.nix
|
|
./zen.nix
|
|
];
|
|
}
|