Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{pkgs, ...}: {
|
||||
users.users.someone.packages = with pkgs; [
|
||||
wl-clipboard
|
||||
];
|
||||
environment.sessionVariables = {
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_CURRENT_DESKTOP = "niri:GNOME";
|
||||
XDG_SESSION_DESKTOP = "niri";
|
||||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
||||
WLR_RENDERER = "vulkan";
|
||||
GTK_USE_PORTAL = 1;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user