feat(nix): Move all the gui stuff behind a bool
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
programs.foot = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
enable = device.hasGui;
|
||||
server.enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
|
||||
Reference in New Issue
Block a user