feat(nix): Move all the gui stuff behind a bool
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enable = device.hasGui;
|
||||
extraConfig =
|
||||
/*
|
||||
lua
|
||||
|
||||
Reference in New Issue
Block a user