add environment variables for wayland and remove some default apps
This commit is contained in:
parent
b4e2518733
commit
3a40eabbf6
@ -74,6 +74,22 @@
|
||||
TERMINAL = "alacritty";
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
MOZ_ENABLE_WAYLAND=1
|
||||
MOZ_WEBRENDER=1
|
||||
MOZ_USE_XINPUT2=2
|
||||
MOZ_DBUS_REMOTE=1
|
||||
GDK_BACKEND=wayland
|
||||
# QT_QPA_PLATFORM=wayland
|
||||
LIBVA_DRIVER_NAME=radeonsi
|
||||
VDPAU_DRIVER=radeonsi
|
||||
XDG_SESSION_TYPE=wayland
|
||||
XDG_CURRENT_DESKTOP=sway
|
||||
QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
GST_VAAPI_ALL_DRIVERS=1
|
||||
BROWSER=firefox
|
||||
GTK_THEME=Arc
|
||||
_JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
};
|
||||
systemPackages = with pkgs; [ # Default packages install system-wide
|
||||
vim
|
||||
|
@ -44,7 +44,7 @@
|
||||
# Apps
|
||||
firefox # Browser
|
||||
google-chrome # Browser
|
||||
remmina # XRDP & VNC Client
|
||||
#remmina # XRDP & VNC Client
|
||||
|
||||
# File Management
|
||||
okular # PDF viewer
|
||||
@ -100,10 +100,10 @@
|
||||
waybar # Bar
|
||||
#
|
||||
# Desktop
|
||||
blueman # Bluetooth
|
||||
#blueman # Bluetooth
|
||||
#deluge # Torrents
|
||||
#discord # Chat
|
||||
ffmpeg # Video Support (dslr)
|
||||
#ffmpeg # Video Support (dslr)
|
||||
#gmtp # Mount MTP (GoPro)
|
||||
#gphoto2 # Digital Photography
|
||||
#handbrake # Encoder
|
||||
@ -120,7 +120,7 @@
|
||||
# Laptop
|
||||
#blueman # Bluetooth
|
||||
#light # Display Brightness
|
||||
libreoffice # Office Tools
|
||||
#libreoffice # Office Tools
|
||||
#simple-scan # Scanning
|
||||
#
|
||||
# Flatpak
|
||||
|
Loading…
Reference in New Issue
Block a user