Add starship file and fix conditional syncthing
This commit is contained in:
6
home.nix
6
home.nix
@ -26,7 +26,6 @@
|
||||
vrcadvert
|
||||
alcom
|
||||
vesktop
|
||||
vrcx
|
||||
mpv
|
||||
vlc
|
||||
moonlight-qt
|
||||
@ -37,6 +36,7 @@
|
||||
#inputs.baballonia.${system}.default
|
||||
] ++ lib.optionals (system == "x86-linux")
|
||||
(import ./unity_vrchat.nix {pkgs = pkgs; }).packages
|
||||
++ lib.optionals (system == "x86-linux") [ vrcx ]
|
||||
++ lib.optionals (false) [
|
||||
inputs.nixgl.nixGLIntel
|
||||
] ++ [
|
||||
@ -129,7 +129,9 @@ dashboard:
|
||||
|
||||
# Other misc conf files
|
||||
xdg.configFile."kitty/kitty.conf".source = ./xdg/kitty/kitty.conf;
|
||||
xdd.configFile."starship.toml".source = ./xdg/starship.toml;
|
||||
home.file.".zshrc".source = xdg/zshrc;
|
||||
|
||||
services.syncthing = pkgs.lib.optionals (use_syncthing) import ./syncthing.nix { config = config; };
|
||||
services.syncthing = pkgs.lib.mkIf use_syncthing (import ./syncthing.nix { config = config; });
|
||||
# services.syncthing = pkgs.lib.mkIf use_syncthing import ./syncthing.nix { config = config; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user