mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
move system-specific config out of imports section
This commit is contained in:
@@ -2,15 +2,13 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
<configs/default.nix>
|
<configs/default.nix>
|
||||||
{
|
|
||||||
services.xserver.xrandrHeads = [ "LVDS1" { output = "HDMI1"; primary = true; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
environment.systemPackages = [ pkgs.unstable.zeroad ];
|
|
||||||
}
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.xserver.xrandrHeads = [ "LVDS1" { output = "HDMI1"; primary = true; } ];
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.unstable.zeroad ];
|
||||||
|
|
||||||
niveum = {
|
niveum = {
|
||||||
networkInterfaces.wireless = "wlp3s0";
|
networkInterfaces.wireless = "wlp3s0";
|
||||||
promptColours.success = "green";
|
promptColours.success = "green";
|
||||||
|
|||||||
@@ -2,12 +2,11 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
<configs/default.nix>
|
<configs/default.nix>
|
||||||
{
|
|
||||||
services.xserver.xrandrHeads = [ "eDP1" ];
|
|
||||||
}
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.xserver.xrandrHeads = [ "eDP1" ];
|
||||||
|
|
||||||
niveum = {
|
niveum = {
|
||||||
networkInterfaces.wireless = "wlp2s0";
|
networkInterfaces.wireless = "wlp2s0";
|
||||||
promptColours.success = "yellow";
|
promptColours.success = "yellow";
|
||||||
|
|||||||
Reference in New Issue
Block a user