dotfiles/nixos/sway/system.nix
2020-07-24 22:54:17 +01:00

8 lines
172 B
Nix

{ config, pkgs, ... }:
{
services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ];
programs.sway.enable = true;
systemd.defaultUnit = "graphical.target";
}