mirror of
https://github.com/kmein/niveum
synced 2026-03-28 15:21:08 +01:00
move system-specific config out of imports section
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
{
|
||||
imports = [
|
||||
<configs/default.nix>
|
||||
{
|
||||
services.xserver.xrandrHeads = [ "eDP1" ];
|
||||
}
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.xserver.xrandrHeads = [ "eDP1" ];
|
||||
|
||||
niveum = {
|
||||
networkInterfaces.wireless = "wlp2s0";
|
||||
promptColours.success = "yellow";
|
||||
|
||||
Reference in New Issue
Block a user