Update inputs and disable kmscon

This commit is contained in:
2022-02-20 16:10:57 +00:00
parent 26ab49d91c
commit 15b10f22cf
3 changed files with 15 additions and 19 deletions

View File

@@ -53,8 +53,6 @@ in
nixpkgs = {
overlays = [
inputs.deploy-rs.overlay
# TODO: Wait for https://github.com/NixOS/nixpkgs/pull/159074 to arrive to nixos-unstable
(final: prev: { remarshal = pkgs'.master.remarshal; })
];
config = {
allowUnfree = true;
@@ -109,7 +107,8 @@ in
services = {
kmscon = {
enable = mkDefault true;
# As it turns out, kmscon hasn't been updated in years and has some bugs...
enable = mkDefault false;
hwRender = mkDefault true;
extraOptions = "--verbose";
extraConfig =