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

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

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