Skip to content

Commit

Permalink
Switch to scx_lavd
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Sep 9, 2024
1 parent 1e629d1 commit 0663337
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 108 deletions.
137 changes: 40 additions & 97 deletions flake.lock

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

1 change: 1 addition & 0 deletions home/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
./social/discord.nix
./media
./gtk.nix
./qt.nix
./office
];

Expand Down
14 changes: 14 additions & 0 deletions home/programs/qt.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
qt = {
enable = true;
platformTheme.name = "kvantum";
style = {
name = "kvantum";
catppuccin = {
enable = true;
accent = "pink";
flavor = "mocha";
};
};
};
}
1 change: 0 additions & 1 deletion home/programs/wayland/hyprland/rules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"notifications"
"osd"
"system-menu"

"anyrun"
];

Expand Down
2 changes: 1 addition & 1 deletion home/programs/wayland/hyprlux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

night_light = {
enabled = true;
start_time = "22:00";
start_time = "20:00";
end_time = "06:00";
temperature = 3500;
};
Expand Down
5 changes: 4 additions & 1 deletion hosts/ryzen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
];

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

environment.systemPackages = with pkgs; [
pcscliteWithPolkit
Expand Down
1 change: 0 additions & 1 deletion system/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
imports = [
./fonts.nix
./home-manager.nix
# ./qt.nix
./xdg.nix
./thunar.nix
];
Expand Down
7 changes: 0 additions & 7 deletions system/programs/qt.nix

This file was deleted.

0 comments on commit 0663337

Please sign in to comment.