mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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, ... }:
|
||||
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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue