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:
parent
652b1f3dd3
commit
8ba1b5e9c8
2 changed files with 3 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue