mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
7 lines
82 B
Nix
7 lines
82 B
Nix
{
|
|
imports = [
|
|
./firefox.nix
|
|
./chromium.nix
|
|
./qutebrowser.nix
|
|
];
|
|
}
|