feat(nix): Move all the gui stuff behind a bool
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
{pkgs, device, ...}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
enable = device.hasGui;
|
||||
theme = {
|
||||
name = "Catppuccin-Mocha-Standard-Mauve-Dark";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
|
||||
Reference in New Issue
Block a user