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