mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 01:37:56 +02:00
hyprland: Source non-trivial scripts
I may simplify this later.
This commit is contained in:
3
home.nix
3
home.nix
@ -949,5 +949,8 @@
|
|||||||
c.content.headers.accept_language = 'ja-JP,en-US'
|
c.content.headers.accept_language = 'ja-JP,en-US'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
xdg.configFile."hypr/focusmaster.sh".source = ./focusmaster.sh;
|
||||||
|
xdg.configFile."hypr/swapmaster.sh".source = ./swapmaster.sh;
|
||||||
|
xdg.configFile."hypr/tags.sh".source = ./tags.sh;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user