adding a way to selectively choose between laptop and desktop

This commit is contained in:
Chris Cochrun 2023-01-05 17:11:07 -06:00
parent ce08b8b83b
commit d5881bc46f
7 changed files with 3176 additions and 1 deletions

View file

@ -244,7 +244,7 @@
# };
home.file.".config/mpv" = {
source = ../mpv;
source = if builtins.readFile "/etc/hostname" == "syl\n" then ../mpv-syl else ../mpv;
recursive = true;
};