perf: change offload to nvidia-offload
This commit is contained in:
parent
3ddbca3f7c
commit
67826a3658
17 changed files with 163 additions and 254 deletions
|
|
@ -32,16 +32,6 @@ let
|
|||
song_info=$(playerctl metadata --format '{{title}} {{artist}}')
|
||||
echo "$song_info"
|
||||
'';
|
||||
|
||||
ewwWayland = pkgs.eww.overrideAttrs (oldAttrs: {
|
||||
cargoBuildFlags = [
|
||||
"--no-default-features"
|
||||
"--features=wayland"
|
||||
"--bin"
|
||||
"eww"
|
||||
];
|
||||
});
|
||||
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -49,7 +39,6 @@ in
|
|||
yt-dlp
|
||||
hyprpaper
|
||||
hyprcursor
|
||||
ewwWayland
|
||||
];
|
||||
|
||||
systemd.user.targets.hyprland-session.Unit.Wants = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue