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:
@ -1,8 +1,5 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
# Timezone required for Redshift schedule
|
||||
imports = [ ../nixos/timezone.nix ];
|
||||
|
||||
config =
|
||||
lib.mkIf (config.gui.enable && config.physical && pkgs.stdenv.isLinux) {
|
||||
|
||||
|
Reference in New Issue
Block a user