diff options
author | Soispha <soispha@vhack.eu> | 2023-08-13 15:03:36 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-13 15:03:36 +0200 |
commit | 039d1ebef7ee9aa25240174b78c09e8bd650a683 (patch) | |
tree | 0a0ddb3f8762b66de2a15f11bb318e5673a8d8ac /home-manager/soispha/config/tridactyl/default.nix | |
parent | Feat(hm/conf/firefox): Add tridactly native messanger (diff) | |
download | nixos-config-039d1ebef7ee9aa25240174b78c09e8bd650a683.zip |
Feat(hm/conf/tridactly): Add configuration
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/tridactyl/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-manager/soispha/config/tridactyl/default.nix b/home-manager/soispha/config/tridactyl/default.nix new file mode 100644 index 00000000..23307cfe --- /dev/null +++ b/home-manager/soispha/config/tridactyl/default.nix @@ -0,0 +1,3 @@ +{...}: { + xdg.configFile."tridactyl/tridactylrc".source = ./config.vim; +} |