Secrets and syncthing
This commit is contained in:
9
home.nix
9
home.nix
@ -30,6 +30,7 @@
|
||||
mpv
|
||||
vlc
|
||||
moonlight-qt
|
||||
#inputs.ragenix.packges.${system}.default
|
||||
|
||||
# htop
|
||||
#inputs.baballonia.${system}.default
|
||||
@ -48,6 +49,11 @@
|
||||
stardust-xr-atmosphere
|
||||
];
|
||||
|
||||
# importing secrets
|
||||
age.secrets = {
|
||||
syncthing_tin.file = ./secrets/syncthing_tin.age;
|
||||
syncthing_nicrosil.file = ./secrets/syncthing_nicrosil.age;
|
||||
};
|
||||
|
||||
# Wayvr customization
|
||||
xdg.configFile."wlxoverlay/openxr_actions.json5" = {
|
||||
@ -82,7 +88,7 @@ dashboard:
|
||||
],
|
||||
"runtime" :
|
||||
[
|
||||
"${pkgs.opencomposite}/lib/opencomposite"
|
||||
"${pkgs.xrizer}/lib/xrizer"
|
||||
],
|
||||
"version" : 1
|
||||
}
|
||||
@ -124,4 +130,5 @@ dashboard:
|
||||
xdg.configFile."kitty/kitty.conf".source = ./xdg/kitty/kitty.conf;
|
||||
home.file.".zshrc".source = xdg/zshrc;
|
||||
|
||||
services.syncthing = import ./syncthing.nix { config = config; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user