mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 14:43:39 +00:00
Use lorri service only on linux
This commit is contained in:
4
.envrc
4
.envrc
@@ -1,3 +1,5 @@
|
||||
if has nix-shell; then
|
||||
if has lorri; then
|
||||
eval "$(lorri direnv)"
|
||||
else
|
||||
use nix
|
||||
fi
|
||||
|
@@ -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