diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index ba009e0..812a64b 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -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" diff --git a/hosts/m3-ares/configuration.nix b/hosts/m3-ares/configuration.nix index 7f9e271..e339885 100644 --- a/hosts/m3-ares/configuration.nix +++ b/hosts/m3-ares/configuration.nix @@ -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 = diff --git a/overlays/default.nix b/overlays/default.nix index f3d4bc5..2be0fdf 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -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 { diff --git a/pkgs/msty/default.nix b/pkgs/msty/default.nix index f1d3932..c0b0bc9 100644 --- a/pkgs/msty/default.nix +++ b/pkgs/msty/default.nix @@ -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