Skip to content

Commit

Permalink
push fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Oct 25, 2024
1 parent f150319 commit ec6c475
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 92 deletions.
149 changes: 83 additions & 66 deletions flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
# ccid broken in nixpkgs
nixpkgs-pr-350153.url = "github:nixos/nixpkgs?ref=853015057fa0cd29fa47e94ebd88ea4d74b3703c";
};

outputs = { self, disko, gomod2nix, nix-darwin, nixpkgs, nixpkgs-unstable, home-manager, chaotic
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/gaming-kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
};
};
}
# env DXVK_HDR=1 gamescope --adaptive-sync --force-grab-cursor --rt -f -W 3840 -H 2160 -r 240 --prefer-vk-device 1002:744c --hdr-enabled --hdr-debug-force-output -- env MANGOHUD=1 gamemoderun %command%
1 change: 1 addition & 0 deletions nixos/hosts/f80/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
environment.systemPackages = [ pkgs.gdb ];
chaotic.nyx.overlay.onTopOf = "user-pkgs";
chaotic.scx.enable = true;
chaotic.scx.scheduler = "scx_bpfland";
fonts.fontconfig = {
antialias = false;
subpixel.rgba = "none";
Expand Down
Loading

0 comments on commit ec6c475

Please sign in to comment.