blob: 23bd8695c5d69ee0ca0b2c2bec09ac9bff7fe8c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
{
pkgs,
lib,
...
}:
#with pkgs; let
# mapFun = x:
# if builtins.isAttrs x
# then
# if lib.isDerivation x
# then [x]
# else builtins.attrValues x
# else [x];
#in
{
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
];
#
# environment.systemPackages = with builtins;
# concatLists
# (concatLists [
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (attrValues Gui)))))))
#
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (concatMap mapFun
# (attrValues TuiCli)))))))
# ]);
}
# QEMU
# TEX
# {{{
#adobe-source-han-sans-kr-fonts # Adobe Source Han Sans Subset OTF - Korean OpenType/CFF fonts
#alsa-utils # Advanced Linux Sound Architecture - Utilities
#element-desktop # Glossy Matrix collaboration client — desktop version.
#gawk # GNU version of awk
#gimp # GNU Image Manipulation Program
#git-lfs # Git extension for versioning large files
#gnome-epub-thumbnailer # Thumbnailer for EPub and MOBI books
#gnumeric # A GNOME Spreadsheet Program
#gpick # Advanced color picker written in C++ using GTK+ toolkit
#gradle # Powerful build system for the JVM
#groff # GNU troff text-formatting system
#jre11-openjdk-headless # OpenJDK Java 11 headless runtime environment
#klavaro # Free touch typing tutor program
#lifeograph # Private journal, diary and note taking application
#lynx # A text browser for the World Wide Web
#man-db # A utility for reading man pages
#networkmanager # Network connection manager and user applications
#nss-mdns # glibc plugin providing host name resolution via mDNS
#python-spotdl # Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
#python-xlsx2csv # xlsx to csv converter
#ruff # An extremely fast Python linter, written in Rust
#signal-desktop # Signal Private Messenger for Linux
#slides # Terminal based presentation tool
#torbrowser-launcher # Securely and easily download, verify, install, and launch Tor Browser in Linux
#web-ext # A command line tool to help build, run, and test web extensions
#wkhtmltopdf # Command line tools to render HTML into PDF and various image formats
#xcursor-bluecurve # Redhat's Bluecurve X mouse cursor theme
# XORG
#xorg-docs # X.org documentations
#xorg-font-util # X.Org font utilities
#xorg-fonts-100dpi # X.org 100dpi fonts
#xorg-fonts-75dpi # X.org 75dpi fonts
#xorg-fonts-encodings # X.org font encoding files
#xorg-iceauth # ICE authority file utility
#xorg-mkfontscale # Create an index of scalable font files for X
#xorg-server # Xorg X server
#xorg-server-common # Xorg server common files
#xorg-server-devel # Development files for the X.Org X server
#xorg-server-xephyr # A nested X server that runs as an X application
#xorg-server-xnest # A nested X server that runs as an X application
#xorg-server-xvfb # Virtual framebuffer X server
#xorg-sessreg # Register X sessions in system utmp/utmpx databases
#xorg-setxkbmap # Set the keyboard using the X Keyboard Extension
#xorg-smproxy # Allows X applications that do not support X11R6 session management to participate in an X11R6 session
#xorg-x11perf # Simple X server performance benchmarker
#xorg-xauth # X.Org authorization settings program
#xorg-xbacklight # RandR-based backlight control application
#xorg-xcmsdb # Device Color Characterization utility for X Color Management System
#xorg-xcursorgen # Create an X cursor file from PNG images
#xorg-xdpyinfo # Display information utility for X
#xorg-xdriinfo # Query configuration information of DRI drivers
#xorg-xev # Print contents of X events
#xorg-xgamma # Alter a monitor's gamma correction
#xorg-xhost # Server access control program for X
#xorg-xinit # X.Org initialisation program
#xorg-xinput # Small commandline tool to configure devices
#xorg-xkbcomp # X Keyboard description compiler
#xorg-xkbevd # XKB event daemon
#xorg-xkbutils # XKB utility demos
#xorg-xkill # Kill a client by its X resource
#xorg-xlsatoms # List interned atoms defined on server
#xorg-xlsclients # List client applications running on a display
#xorg-xmodmap # Utility for modifying keymaps and button mappings
#xorg-xpr # Print an X window dump from xwd
#xorg-xrandr # Primitive command line interface to RandR extension
#xorg-xrdb # X server resource database utility
#xorg-xrefresh # Refresh all or part of an X screen
#xorg-xsetroot # Classic X utility to set your root window background to a given pattern or color
#xorg-xvinfo # Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension
#xorg-xwayland # run X clients under wayland
#xorg-xwininfo # Command-line utility to print information about windows on an X server
#xorg-xwud # X Window System image undumping utility
# }}}
|