feat(gui-services): update and organize systemPackages

Add chromium and rustup to systemPackages, and move pcsctools and yubikey-personalization entries. Introduce environment session variable NIXOS_OZONE_WL for better Wayland support.
This commit is contained in:
Harald Hoyer 2024-08-28 14:33:13 +02:00
parent c242a21798
commit 4c614b60a1

View file

@ -68,16 +68,18 @@ in
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#pcsctools
bat bat
cardpeek cardpeek
ccache ccache
chromium
clang clang
dive dive
file file
firefox firefox
gh gh
git
gimp gimp
git
gnome-browser-connector gnome-browser-connector
gnome.cheese gnome.cheese
gnome.gnome-software gnome.gnome-software
@ -97,11 +99,11 @@ in
nixpkgs-fmt nixpkgs-fmt
opensc opensc
pasystray pasystray
#pcsctools
pinentry-gnome3 pinentry-gnome3
pkg-config pkg-config
pstree pstree
ripgrep ripgrep
rustup
slack slack
spotify spotify
statix statix
@ -109,12 +111,13 @@ in
tmux tmux
vim vim
wl-clipboard wl-clipboard
yubikey-personalization
yubikey-manager-qt yubikey-manager-qt
yubikey-personalization
zellij zellij
rustup
]; ];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
#----=[ Fonts ]=----# #----=[ Fonts ]=----#
fonts = { fonts = {
enableDefaultPackages = false; enableDefaultPackages = false;