feat(firefox): only set all profiles for steveej; nix fmt
This commit is contained in:
parent
aa1aa835d4
commit
1083d0e717
36 changed files with 709 additions and 1201 deletions
|
@ -66,8 +66,8 @@
|
|||
programs.seahorse.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.gnome.excludePackages =
|
||||
(with pkgs; [
|
||||
environment.gnome.excludePackages = with pkgs;
|
||||
[
|
||||
orca
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
|
@ -81,7 +81,7 @@
|
|||
evince # document viewer
|
||||
gnome-characters
|
||||
totem # video player
|
||||
]);
|
||||
];
|
||||
|
||||
services.pipewire = {
|
||||
audio.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue