adds missing import

This commit is contained in:
Dennis Schoepf 2025-12-09 18:17:10 +01:00
parent c844e332fd
commit 82ac623d95

View file

@ -25,6 +25,13 @@
outputs.nixosModules.steam outputs.nixosModules.steam
]; ];
# Device specific overlays
# Overlays for all devices are defined
# in modules/default.nix
nixpkgs.overlays = [
inputs.zellij-switch.overlays.default
];
# General settings # General settings
networking.hostName = "dnsc-machine"; networking.hostName = "dnsc-machine";
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
@ -57,13 +64,6 @@
}; };
}; };
# Device specific overlays
# Overlays for all devices are defined
# in modules/default.nix
nixpkgs.overlays = [
inputs.zellij-switch.overlays.default
];
# System Packages # System Packages
environment.systemPackages = lib.mkAfter (with pkgs; [ environment.systemPackages = lib.mkAfter (with pkgs; [
zellij-switch zellij-switch