Skip to content

Commit

Permalink
wips
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 5, 2024
1 parent 8f4d9ca commit b27a27a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 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.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
in {
githubActions = nix-github-actions.lib.mkGithubMatrix {
# aarch64-linux is not supported by GitHub
checks =
nixpkgs.lib.getAttrs [ "x86_64-linux" "x86_64-darwin" ] self.checks;
checks = nixpkgs.lib.getAttrs [ "x86_64-linux" "x86_64-darwin" ] self.checks;
attrPrefix = "";
};
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
Expand Down
3 changes: 2 additions & 1 deletion modules/nixos/gaming-kernel.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# TODO: Make this much more robust if it proves useful.
{ pkgs, lib, config, ... }: {
{ pkgs, chaotic, lib, config, ... }: {

options = {
gaming-kernel = {
enable = lib.mkEnableOption
Expand Down
1 change: 0 additions & 1 deletion nixos/personalities/desktop/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
libkrb5
keyutils
gamemode
vulkan-hdr-layer
];
};
extraCompatPackages = with pkgs; [ proton-ge-bin ];
Expand Down
1 change: 0 additions & 1 deletion nixos/personalities/desktop/wayland-wm/kde/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
kdePackages.kcalc
kdePackages.kdenlive
kdePackages.skanlite
vulkan-hdr-layer
xwaylandvideobridge
];
services = {
Expand Down

0 comments on commit b27a27a

Please sign in to comment.