mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
Convert all Gnome and Plasma specific configuration to use the new programs.firefox.*
12 lines
155 B
Nix
12 lines
155 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./htop.nix
|
|
./bash.nix
|
|
./git.nix
|
|
./nano.nix
|
|
./nvtop.nix
|
|
./libreoffice.nix
|
|
./firefox.nix
|
|
];
|
|
}
|