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

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

  environment.systemPackages = with pkgs; [
    breeze-icons chromium gnome3.adwaita-icon-theme gnome3.gnome-mines
    gnome-podcasts hicolor-icon-theme imv pinball playerctl
    wf-recorder
  ];
}