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

14 lines
207 B
Nix
Raw Normal View History

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