dotfiles/nixos/home-manager/modules/graphical-programs.nix

14 lines
197 B
Nix
Raw Normal View History

{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom }:
{ config, lib, pkgs, ... }:
{
home.packages = with nixpkgs; [
gimp
steam
firefox
scrot
xclip
discord
mpv
];
}