From 20b33eb6db35251497984304adde5d7284f5d5fe Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 19 Sep 2025 22:15:13 -0400 Subject: update commits --- flake.nix | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fbb458a..5232f81 100644 --- a/flake.nix +++ b/flake.nix @@ -8,13 +8,13 @@ home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # hyprland - hyprland.url = "github:hyprwm/Hyprland/v0.50.1"; + hyprland.url = "github:hyprwm/Hyprland/v0.51.0"; hyprland.inputs.nixpkgs.follows = "nixpkgs"; # hyprland plugins - hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.50.0"; + hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.51.0"; hyprland-plugins.inputs.hyprland.follows = "hyprland"; # hyprland hy3 - hy3.url = "github:outfoxxed/hy3/hl0.50.0"; + hy3.url = "github:outfoxxed/hy3/hl0.51.0"; hy3.inputs.hyprland.follows = "hyprland"; # sops sops-nix.url = "github:Mic92/sops-nix"; @@ -28,18 +28,6 @@ # apple-fonts apple-fonts.url = "github:Lyndeno/apple-fonts.nix"; apple-fonts.inputs.nixpkgs.follows = "nixpkgs"; - apple-fonts.inputs.sf-pro = { - url = "https://f.freya.cat/apple/SF-Pro.dmg"; - flake = false; - }; - apple-fonts.inputs.sf-mono = { - url = "https://f.freya.cat/apple/SF-Mono.dmg"; - flake = false; - }; - apple-fonts.inputs.sf-compact = { - url = "https://f.freya.cat/apple/SF-Compact.dmg"; - flake = false; - }; # nixos-wsl nixos-wsl.url = "github:nix-community/nixos-wsl"; nixos-wsl.inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.2.3-freya