diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -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"; |