adding a way to selectively choose between laptop and desktop
This commit is contained in:
parent
ce08b8b83b
commit
d5881bc46f
7 changed files with 3176 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue