Skip to content

Commit

Permalink
Bump flake, migrate scx
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Nov 28, 2024
1 parent 963dd02 commit d827546
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 59 deletions.
109 changes: 54 additions & 55 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
};
};

nixcord.url = "github:Soikr/nixcord?ref=patch-1";
nixcord.url = "github:KaylorBen/nixcord";

clipboard-sync.url = "github:QuarterHeaven/clipboard-sync";

Expand Down
2 changes: 1 addition & 1 deletion home/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
];

home.packages = with pkgs; [
# mission-center
mission-center
wineWowPackages.wayland
ledger-live-desktop
pinentry-gnome3
Expand Down
4 changes: 2 additions & 2 deletions hosts/ryzen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
];

boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
chaotic.scx = {
services.scx = {
enable = true;
package = pkgs.scx_git.full;
package = pkgs.scx.full;
scheduler = "scx_lavd";
};

Expand Down

0 comments on commit d827546

Please sign in to comment.