fix(rio): Incorrect source specified

This commit is contained in:
punkfairie 2024-10-20 17:42:30 -07:00
parent a49c020fc8
commit 77ac6d6589
Signed by: punkfairie
GPG key ID: 01823C057725C266
2 changed files with 3 additions and 14 deletions

View file

@ -240,18 +240,6 @@
"url": "https://github.com/rose-pine/polybar/archive/2c94fbc4997915c1c877cecc9aaf5b63797f74a4.tar.gz",
"hash": "10b09fypcp8bj92wwkc95w4nwk4rxh0an3v2hdp551f8lc7qz75j"
},
"rio": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "catppuccin",
"repo": "rio"
},
"branch": "main",
"revision": "6d93b3385a0f2ae586edc30aa64601d40ea382d5",
"url": "https://github.com/catppuccin/rio/archive/6d93b3385a0f2ae586edc30aa64601d40ea382d5.tar.gz",
"hash": "171pb62q1rzpr802yb93sj30vq3b3kiqlac8nva08rgjb94z5ipi"
},
"rio-terminal": {
"type": "Git",
"repository": {
@ -398,4 +386,5 @@
}
},
"version": 3
}
}

View file

@ -16,6 +16,6 @@ in {
options.programs.rio.rose-pine = lib.rp.mkRosePineOpt {name = "rio";};
config = lib.mkIf enable {
programs.rio.settings = lib.importTOML "${sources.rio}/${themeName}.toml";
programs.rio.settings = lib.importTOML "${sources.rio-terminal}/${themeName}.toml";
};
}