add sublime text
This commit is contained in:
parent
6caed74075
commit
7f802315f4
@ -102,6 +102,9 @@
|
||||
|
||||
### UNFREE PACKAGES
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
];
|
||||
|
||||
### PACKAGES TO INSTALL IN A SYSTEM
|
||||
environment.systemPackages = with pkgs; [
|
||||
@ -112,7 +115,7 @@
|
||||
keepassxc rustup gcc gnumake clang-tools nodejs pnpm
|
||||
imagemagick pandoc nixd dbeaver-bin gdu sl pavucontrol
|
||||
ffmpeg ffmpegthumbnailer p7zip rar unrar zip unzip dig nix-du
|
||||
nh graphviz libnotify drawing wmctrl
|
||||
nh graphviz libnotify drawing wmctrl sublime4
|
||||
|
||||
simplescreenrecorder gpick # stuff that will ONLY work in X
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user