darwin fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, hostname, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
imports = lib.optionals (! (lib.elem hostname [ "buildbox" "eva-02" ])) [
|
||||
./ghostty/ghostty.nix
|
||||
./rofi/rofi.nix
|
||||
./hypr/hypridle.nix
|
||||
|
||||
Reference in New Issue
Block a user