mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
[desktop-development] update sublime3 -> sublime4
This commit is contained in:
parent
b113b8b68f
commit
442398712d
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue