idk
This commit is contained in:
parent
f7558e3e23
commit
cbcde09dce
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{ ... }: {
|
||||
{ lib, config, pkgs, ... }: {
|
||||
programs.dconf.enable = true;
|
||||
environment.systemPackages = lib.optionals config.programs.dconf.enable [
|
||||
pkgs.glib
|
||||
];
|
||||
}
|
||||
Reference in a new issue