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