add steam & nvim
This commit is contained in:
parent
3175158f84
commit
601513bc9e
34 changed files with 306 additions and 128 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue