mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Use lorri service only on linux
This commit is contained in:
@@ -39,7 +39,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
services.lorri.enable = true;
|
||||
services.lorri.enable = stdenv.isLinux;
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user