mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move joshuto to shared homeModules
This commit is contained in:
parent
a6a2e3c98a
commit
c859cdfecf
8 changed files with 3 additions and 6 deletions
26
nix/homeModules/joshuto/default.nix
Normal file
26
nix/homeModules/joshuto/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
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/joshuto.toml".source = ./joshuto.toml;
|
||||
"joshuto/keymap.toml".source = ./keymap.toml;
|
||||
"joshuto/mimetype.toml".source = ./mimetype.toml;
|
||||
"joshuto/theme.toml".source = ./theme.toml;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue