packages/nixpak/modules/gui-base: mount /etc/localtime
This commit is contained in:
parent
dbf5251a2d
commit
fc7749e2fc
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in
|
|||
(sloth.concat' sloth.xdgConfigHome "/gtk-3.0")
|
||||
(sloth.concat' sloth.xdgConfigHome "/gtk-4.0")
|
||||
(sloth.concat' sloth.xdgConfigHome "/dconf")
|
||||
"/etc/localtime"
|
||||
];
|
||||
env = {
|
||||
XDG_DATA_DIRS = lib.makeSearchPath "share" [
|
||||
|
|
Loading…
Reference in a new issue