Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- { config, pkgs, ... }:
- {
- imports = [
- ];
- environment.systemPackages = with pkgs;
- [
- # KDE applications
- ark
- dolphin
- filelight
- gwenview
- kate
- kcalc
- kcachegrind
- kcontacts
- kgpg
- khelpcenter
- kig
- kompare
- kwalletmanager
- okteta
- okular
- spectacle
- chromium
- dconf
- emacs
- go-shadowsocks2
- inetutils
- linuxPackages.bbswitch
- netease-cloud-music
- konversation
- neovim
- proxychains
- tdesktop
- teamviewer
- tilix
- tree
- vivaldi
- wqy_microhei
- wqy_zenhei
- python3.withPackages(ps: with ps; [
- virtualenvwrapper
- ])
- ];
- nixpkgs.config = {
- allowUnfree = true;
- };
- }
Add Comment
Please, Sign In to add comment