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

17 lines
244 B
Nix
Raw Normal View History

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