temp fix for autocpu-freq not building

This commit is contained in:
m3tam3re 2025-03-28 09:38:15 +01:00
parent 6011c940ac
commit aa8636c80d
4 changed files with 7 additions and 5 deletions

View File

@ -129,6 +129,7 @@
"$mainMod SHIFT, e, exec, kitty -e zellij_nvim"
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
"$mainMod, b, exec, thunar"
"$mainMod SHIFT, B, exec, vivaldi"
"$mainMod, Escape, exec, wlogout -p layer-shell"
"$mainMod, Space, togglefloating"
"$mainMod, q, killactive"

View File

@ -36,10 +36,10 @@
networking.hostName = "m3-ares"; # Define your hostname.
# warp-terminal update fix
networking.extraHosts = ''
127.0.0.1 releases.warp.dev
127.0.0.1 app.warp.dev
'';
# networking.extraHosts = ''
# 127.0.0.1 releases.warp.dev
# 127.0.0.1 app.warp.dev
# '';
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable =

View File

@ -14,6 +14,7 @@
commandLineArgs = "--password-store=gnome-libsecret";
};
OVMF = inputs.nixpkgs-2744d98.legacyPackages.${prev.system}.OVMF;
auto-cpufreq = inputs.nixpkgs-2744d98.legacyPackages.${prev.system}.auto-cpufreq;
# hyprpanel = inputs.hyprpanel.packages.${prev.system}.default.overrideAttrs (prev: {
# version = "latest"; # or whatever version you want
# src = final.fetchFromGitHub {

View File

@ -7,7 +7,7 @@
version = "1.7";
src = fetchurl {
url = "https://assets.msty.app/prod/latest/linux/amd64/Msty_x86_64_amd64.AppImage";
sha256 = "sha256-82VCuwKwHF2CTdtf0GAUge+d4RyIGpd997chD/pCXYk=";
sha256 = "sha256-EWP9q1HDyYTl86BUjrWLQF9kS3mTLc3WvB4lfNRjTB8=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in