about summary refs log tree commit diff
path: root/modules/workstation/windowing/default.nix
blob: e109f6c8afd004a0d983ce4f0bf15104992307e6 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:

{
  imports = [ ./alacritty ./firefox ./gnome-mines ./gtk ./sway ];

  environment.systemPackages = with pkgs;
    [ breeze-icons chromium gnome3.adwaita-icon-theme imv wf-recorder ];
}