about summary refs log tree commit diff
path: root/modules/workstation/windowing/default.nix
blob: 4f8e0d7880d3f0e40c4317dd69ed5450acce435a (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 gimp gnome3.adwaita-icon-theme gnome3.gnome-mines
    gnome-podcasts hicolor-icon-theme imv libreoffice okular pinball
    playerctl wf-recorder
  ];
}