dotfiles/nixos/hm-modules/graphical-programs.nix
2021-01-18 20:24:07 +01:00

18 lines
253 B
Nix

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