summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-09-19 22:15:13 -0400
committerFreya Murphy <freya@freyacat.org>2025-09-20 11:54:55 -0400
commit20b33eb6db35251497984304adde5d7284f5d5fe (patch)
tree9d3caf8c13be6123ba1c717f5da8f59d3ea1d070 /flake.nix
parentzsh: disable extendedglob (diff)
downloaddotfiles-nix-main.tar.gz
dotfiles-nix-main.tar.bz2
dotfiles-nix-main.zip
update commitsHEADmain
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix18
1 files changed, 3 insertions, 15 deletions
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";