mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 07:20:13 +00:00
fix: bad references for server linux
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
package = pkgs."${config.gtk.theme.package}";
|
||||
};
|
||||
|
||||
in lib.mkIf (pkgs.stdenv.isLinux && config.gui.enable) {
|
||||
in lib.mkIf config.gui.enable {
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
|
Reference in New Issue
Block a user