dotfiles/nixos/hm-modules/graphical-programs.nix

16 lines
240 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
2021-01-18 09:00:12 +01:00
nixpkgs.freecad
inkscape
];
}