mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fix typo
This commit is contained in:
parent
1b6bdc9790
commit
b394cff259
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ in
|
||||||
plugins = [ ];
|
plugins = [ ];
|
||||||
settings = {
|
settings = {
|
||||||
env = [
|
env = [
|
||||||
"AQ_DRM_DEVICES,${config,home.sessionVariables.AQ_DRM_DEVICES}"
|
"AQ_DRM_DEVICES,${config.home.sessionVariables.AQ_DRM_DEVICES}"
|
||||||
];
|
];
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprctl setcursor ${config.gtk.cursorTheme.name} ${builtins.toString config.gtk.cursorTheme.size}"
|
"hyprctl setcursor ${config.gtk.cursorTheme.name} ${builtins.toString config.gtk.cursorTheme.size}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue