mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 16:07:59 +00:00
nix: basic joshuto configuration
This commit is contained in:
parent
86daddba7e
commit
a8794a8ebe
7 changed files with 851 additions and 1 deletions
22
nix/configurations/home/carbon/joshuto/default.nix
Normal file
22
nix/configurations/home/carbon/joshuto/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
# TODO: move this to a homeModule ?
|
||||
|
||||
{
|
||||
|
||||
home.packages = [ pkgs.joshuto ];
|
||||
|
||||
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