Skip to content

Commit

Permalink
🐛 Fix graphics on pineapple
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Sep 16, 2024
1 parent d4ac36b commit fc0ba87
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
enable = true;
userName = "Snuggle";
userEmail = "^-^@snugg.ie";
signing.signByDefault = true;
signing.signByDefault = false;
signing.key = "2D3825B49C6BCBE1AC337723877300954D1493E6";
extraConfig = {
merge.conflictstyle = "diff3";
Expand Down
3 changes: 3 additions & 0 deletions hosts/pineapple/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "i915.enable_psr=0" ];

# networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
Expand Down

0 comments on commit fc0ba87

Please sign in to comment.