Gnome/programs: install dconf editor and gnome tweaks

This commit is contained in:
Toast 2024-09-20 12:48:59 +02:00
parent 428fd3f9f0
commit 99bce3fd14

View file

@ -1,6 +1,10 @@
{...}: {
{pkgs, ...}: {
imports = [
./blackbox.nix
./firefox.nix
];
environment.systemPackages = with pkgs; [
gnome-tweaks
dconf-editor
];
}