nixos-lib/programs/default.nix
Antoine Viallon 9e6a0fc11d
[Desktop+Programs] move firefox configuration to programs.firefox
Convert all Gnome and Plasma specific configuration to use the new
programs.firefox.*
2024-04-05 12:42:19 +02:00

12 lines
155 B
Nix

{ config, ... }:
{
imports = [
./htop.nix
./bash.nix
./git.nix
./nano.nix
./nvtop.nix
./libreoffice.nix
./firefox.nix
];
}