niri and session vars

This commit is contained in:
Matt Nish-Lapidus 2025-04-09 15:06:48 -04:00
parent be096e9513
commit 6a22db2f12
5 changed files with 27 additions and 49 deletions

View file

@ -13,7 +13,6 @@ in
programs = {
niri = {
settings = {
# hotkey-overlay.skip-at-startup = true;
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
prefer-no-csd = true;
@ -93,12 +92,8 @@ in
environment = {
DISPLAY = ":0";
QT_QPA_PLATFORM = "xcb";
XDG_CURRENT_DESKTOP = "niri";
XDG_SESSION_TYPE = "wayland";
MOZ_ENABLE_WAYLAND = "1";
ELECTRON_OZONE_PLATFORM_HINT = "auto";
EDITOR = "emacsclient -r -n";
};
cursor = {

View file

@ -78,6 +78,9 @@
];
programs = {
bash = {
enable = true;
};
nix-index = {
enable = true;
enableFishIntegration = true;