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