feat: xorg pkgs

This commit is contained in:
2024-12-24 12:22:50 +01:00
parent 7a9125551f
commit 8d9254286c
2 changed files with 36 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
gtest gtest
lcov lcov
vcpkg vcpkg
gnumake
# vcpkg-tool # vcpkg-tool
valgrind valgrind

View File

@@ -6,6 +6,41 @@
pkgs, 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 # X Server settings
services.xserver = { services.xserver = {
enable = true; enable = true;