remove theme
All checks were successful
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Successful in 57s

This commit is contained in:
smayzy 2025-12-30 16:09:52 +01:00
parent 09080f9847
commit a710b74b92

View File

@ -15,7 +15,6 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "vim"; EDITOR = "vim";
GTK_THEME = "Adwaita:dark";
MANPAGER = "nvim +Man!"; MANPAGER = "nvim +Man!";
}; };