mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
modularize colorscheming and more
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
services.xserver.xrandrHeads = [ "LVDS1" { output = "HDMI1"; primary = true; } ];
|
||||
}
|
||||
{
|
||||
environment.systemPackages =
|
||||
let unstable = import <nixos-unstable> {};
|
||||
in [ unstable.zeroad ];
|
||||
environment.systemPackages = [ pkgs.unstable.zeroad ];
|
||||
}
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user