mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Deduplicate firefox, thunar, xfce, internationalization settings, nix-settings, and pipewire
This commit is contained in:
4
modules/applications/firefox.nix
Normal file
4
modules/applications/firefox.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.firefox.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user