adds missing import
This commit is contained in:
parent
c844e332fd
commit
82ac623d95
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue