mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
home/hyprland: remove redundant env variables
This commit is contained in:
parent
caaa77a642
commit
1c842df3c0
|
@ -148,11 +148,6 @@ in {
|
||||||
|
|
||||||
dwindle.preserve_split = true;
|
dwindle.preserve_split = true;
|
||||||
|
|
||||||
env = [
|
|
||||||
"QT_QPA_PLATFORMTHEME,qt6ct"
|
|
||||||
"XCURSOR_SIZE,${toString config.home.pointerCursor.size}"
|
|
||||||
];
|
|
||||||
|
|
||||||
exec-once =
|
exec-once =
|
||||||
[
|
[
|
||||||
wallpaperD
|
wallpaperD
|
||||||
|
|
Loading…
Reference in a new issue