Merge remote-tracking branch 'origin/master'

This commit is contained in:
Chris Cochrun 2022-12-28 10:01:33 -06:00
commit b68e8c45d8
6 changed files with 24 additions and 5 deletions

View file

@ -85,6 +85,12 @@
Option "TripleBuffer" "on"
'';
# This adds hyprland cache to cachix
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
boot.supportedFilesystems = [ "ntfs" ];
services.xserver = {
enable = true;

View file

@ -78,6 +78,12 @@
services.xserver.videoDrivers = ["intel"];
# This adds hyprland cache to cachix
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
boot.supportedFilesystems = [ "ntfs" ];
services.xserver = {
enable = true;