summaryrefslogblamecommitdiff
path: root/nixos/wmonly.nix
blob: c9bde38976b18c7d5da18135919183c98e4443da (plain) (tree)





























                                           
{ config, lib, pkgs, modulesPath, ... }:
{
  services.udisks2.enable = true;
  services.gvfs.enable = true;

  environment.systemPackages = with pkgs; [
    i3lock
    brightnessctl
    pulseaudio
    pavucontrol
    networkmanagerapplet
    xfce.xfce4-appfinder
    xfce.xfce4-taskmanager

    arandr
    dmenu
    feh
    acpi
    netsurf.browser
    sylpheed
    xfe
    libreoffice-still
    pcmanfm
    xfce.ristretto
    xarchiver
    epdfview
    leafpad
    geany
  ];
}