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

@@ -170,10 +170,7 @@ in
(mkIf (config.my.isStandalone || !args.osConfig.home-manager.useGlobalPkgs) {
# Note: If globalPkgs mode is on, then these will be overridden by the NixOS equivalents of these options
nixpkgs = {
overlays = [
# TODO: Wait for https://github.com/NixOS/nixpkgs/pull/159074 to arrive to nixos-unstable
(final: prev: { remarshal = pkgs'.master.remarshal; })
];
overlays = [ ];
config = {
allowUnfree = true;
};