[NixOS] Try a bunch of things to make autorandr work

This commit is contained in:
2023-08-05 22:57:54 -06:00
parent daa887ae23
commit 8865577c38
4 changed files with 13 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:IvanMalison/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};