fix: debloat some services

note: when I created the config I struggled with making desktop
apps work, to a point where every possible solution was tried.
if something breaks in the future and stops working, the answer
is here.
This commit is contained in:
Zoty 2026-03-28 03:38:11 -03:00
parent 652b1f3dd3
commit 8ba1b5e9c8
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
2 changed files with 3 additions and 44 deletions

View file

@ -7,11 +7,7 @@
home.sessionVariables = {
TERMINAL = "wezterm";
XDG_TERMINAL_EMULATOR = "wezterm";
};
systemd.user.targets.niri-session = {
Unit.Wants = [ "xdg-desktop-autostart.target" ];
};
};
programs.git = {
enable = true;