Removed reference to roms directory from home.nix

This commit is contained in:
EsVagy42 2025-04-13 15:45:37 +00:00
parent f44f0550cd
commit 9533b7285d
2 changed files with 1 additions and 6 deletions

View file

@ -1 +1 @@
New configuration initial commit
Removed reference to roms directory from home.nix

View file

@ -27,11 +27,6 @@
userEmail = "sltamagotchi@gmail.com";
};
home.file."Games/roms" = {
source = ./roms;
recursive = true;
};
home.file.".config/konsolerc" = { source = ./konsole/konsolerc; };
home.file.".local/share/konsole/Konsole.profile" = {