NixOS 24.11 builds
This commit is contained in:
parent
2951e81a77
commit
b9bd255a55
11 changed files with 271 additions and 166 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, nixos-hardware, unixpkgs, ... }:
|
||||
{ pkgs, lib, nixos-hardware, ... }:
|
||||
let
|
||||
displays = {
|
||||
embedded = {
|
||||
|
@ -63,14 +63,6 @@ in
|
|||
# TODO Display 2 doesn't work anymore?
|
||||
};
|
||||
};
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
displaylink = (import unixpkgs {
|
||||
inherit (super) system;
|
||||
config.allowUnfree = true;
|
||||
}).displaylink;
|
||||
})
|
||||
];
|
||||
services = {
|
||||
autorandr = {
|
||||
profiles = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue