mirror of
https://github.com/davegallant/nix-config
synced 2025-11-26 03:24:17 +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