add steam & nvim

This commit is contained in:
DACHXY 2024-12-18 16:22:07 +08:00
parent 3175158f84
commit 601513bc9e
34 changed files with 306 additions and 128 deletions

View file

@ -1,7 +1,10 @@
let configDir = ../config;
in {
home.file = {
".config/nvim".source = "${configDir}/nvim";
".config/nvim" = {
source = "${configDir}/nvim";
recursive = true;
};
".config/wallpapers".source = "${configDir}/wallpapers";
".config/kitty".source = "${configDir}/kitty";
".config/neofetch".source = "${configDir}/neofetch";