mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 04:26:12 +01:00
feat: xorg pkgs
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
gtest
|
||||
lcov
|
||||
vcpkg
|
||||
gnumake
|
||||
# vcpkg-tool
|
||||
valgrind
|
||||
|
||||
|
||||
@@ -6,6 +6,41 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
dmenu
|
||||
st
|
||||
xss-lock
|
||||
xdg-desktop-portal-gtk
|
||||
xorg.xrdb
|
||||
xorg.xrandr
|
||||
xorg.xset
|
||||
xorg.xsetroot
|
||||
xorg.setxkbmap
|
||||
xorg.xbacklight
|
||||
xorg.libX11
|
||||
xorg.libX11.dev
|
||||
xorg.libxcb
|
||||
xorg.libXft
|
||||
xorg.libXinerama
|
||||
xorg.xinit
|
||||
xorg.xinput
|
||||
brightnessctl
|
||||
xclip
|
||||
arandr
|
||||
w3m
|
||||
fontconfig
|
||||
freetype
|
||||
gnumake
|
||||
nfs-utils
|
||||
ninja
|
||||
openssl
|
||||
polkit_gnome
|
||||
stdenv
|
||||
tldr
|
||||
dconf
|
||||
];
|
||||
|
||||
|
||||
# X Server settings
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user