Gnome/programs: install dconf editor and gnome tweaks
This commit is contained in:
parent
428fd3f9f0
commit
99bce3fd14
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./blackbox.nix
|
||||
./firefox.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-tweaks
|
||||
dconf-editor
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue