dotfiles/nixos/home-manager/modules/graphical-programs.nix
2021-01-18 09:00:12 +01:00

17 lines
244 B
Nix

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