dot-nixos/system/programs/default.nix

11 lines
137 B
Nix

{ config, pkgs, ... }:
{
programs.dconf.enable = true;
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
}