feat(nix): Move all the gui stuff behind a bool
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.ironbar.homeManagerModules.default];
|
||||
programs.ironbar = {
|
||||
enable = true;
|
||||
enable = device.hasGui;
|
||||
config.monitors = {
|
||||
DP-1 = {
|
||||
position = "bottom";
|
||||
|
||||
Reference in New Issue
Block a user