waaa
This commit is contained in:
parent
46c552076e
commit
d00f06890e
3 changed files with 6 additions and 8 deletions
|
|
@ -82,14 +82,12 @@ in
|
|||
'';
|
||||
};
|
||||
preferXdgDirectories = true;
|
||||
sessionVariables = lib.mkMerge [
|
||||
sessionVariables =
|
||||
{
|
||||
EDITOR = "nvim";
|
||||
TERM = "kitty";
|
||||
}
|
||||
lib.mkIf
|
||||
enableGraphical
|
||||
{
|
||||
// lib.mkIf enableGraphical {
|
||||
DISPLAY = ":0";
|
||||
GDK_BACKEND = "wayland,x11";
|
||||
QT_QPA_PLATFORM = "wayland;xcb";
|
||||
|
|
@ -98,8 +96,7 @@ in
|
|||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_SESSION_DESKTOP = "niri";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
}
|
||||
];
|
||||
};
|
||||
stateVersion = "23.11"; # Do not change :3
|
||||
username = me.nickname;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue