mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
standardize systemd services more
This commit is contained in:
parent
82b2d4971e
commit
c4f378b102
3 changed files with 6 additions and 11 deletions
|
|
@ -55,7 +55,7 @@ in
|
|||
platformTheme = "gtk2";
|
||||
};
|
||||
services.xserver.displayManager.sessionCommands = ''
|
||||
${lib.getExe' pkgs.xorg.xrdb "xrdb"} -load /etc/xdg/Xresources
|
||||
${lib.getExe pkgs.xorg.xrdb} -load /etc/xdg/Xresources
|
||||
'';
|
||||
fonts = {
|
||||
packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue