[desktop-development] update sublime3 -> sublime4

This commit is contained in:
Felix Buehler 2021-06-08 21:54:11 +02:00
parent b113b8b68f
commit 442398712d

View file

@ -1,4 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
arduino arduino
@ -9,8 +12,7 @@
fritzing fritzing
gnome3.meld gnome3.meld
insomnia insomnia
#jetbrains.idea-community
qgis qgis
sublime3 unstable.sublime4
]; ];
} }