mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
disable monitor modelines
This commit is contained in:
parent
aeacc26810
commit
b9d52a69a2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
networking.hostName = "cube";
|
networking.hostName = "cube";
|
||||||
|
|
||||||
imports = [ ./monitors.nix ];
|
# imports = [ ./monitors.nix ];
|
||||||
|
|
||||||
sconfig = {
|
sconfig = {
|
||||||
gnome = true;
|
gnome = true;
|
||||||
|
|
Loading…
Reference in a new issue