mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-17 02:00:50 +01:00
nix(hyprland): Add syntax highlighting
This commit is contained in:
parent
19661bd0bf
commit
421b77a3db
@ -19,7 +19,7 @@ in {
|
|||||||
|
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
{
|
{
|
||||||
xdg.configFile."hypr/hyprland.conf".text = ''
|
xdg.configFile."hypr/hyprland.conf".text = /* bash */ ''
|
||||||
env=XCURSOR_SIZE,24
|
env=XCURSOR_SIZE,24
|
||||||
env=BROWSER,${VARIABLES.defaultBrowser}
|
env=BROWSER,${VARIABLES.defaultBrowser}
|
||||||
env=GTK_IM_MODULE,fcitx
|
env=GTK_IM_MODULE,fcitx
|
||||||
@ -214,7 +214,7 @@ in {
|
|||||||
'';
|
'';
|
||||||
xdg.configFile."hypr/tags.sh".source = ./tags.sh;
|
xdg.configFile."hypr/tags.sh".source = ./tags.sh;
|
||||||
|
|
||||||
home.file.".icons/default/index.theme".text = ''
|
home.file.".icons/default/index.theme".text = /* ini */ ''
|
||||||
[icon theme]
|
[icon theme]
|
||||||
Inherits=phinger-cursors
|
Inherits=phinger-cursors
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user