nix: completed joshuto configuration

This commit is contained in:
Primrose 2024-08-08 12:43:49 +02:00
parent a8794a8ebe
commit 0255092ccf
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 11 additions and 6 deletions

View file

@ -4,15 +4,20 @@
{
home.packages = [ pkgs.joshuto ];
home.packages = [
pkgs.joshuto
# preview deps
pkgs.file
];
xdg.configFile = {
# NOTE: NO DEFAULT OR INHERITED VALUES FROM A DEFAULT CONFIG
# "joshuto/preview_file.sh" = {
# source = ./preview_file.sh;
# executable = true;
# };
"joshuto/preview_file.sh" = {
source = ./preview_file.sh;
executable = true;
};
"joshuto/joshuto.toml".source = ./joshuto.toml;
"joshuto/keymap.toml".source = ./keymap.toml;