diff options
| author | Fuwn <[email protected]> | 2024-09-11 16:30:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-11 16:30:04 -0700 |
| commit | ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65 (patch) | |
| tree | bcdb4a45cd0d0f90c31422d7280db82d9f02b13c /flake.nix | |
| parent | Bump: epiphany-i2p and flake dependencies (diff) | |
| download | nixos-config-ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65.tar.xz nixos-config-ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65.zip | |
Bump: flake systems input
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ omnix = { url = "github:juspay/omnix"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; }; spicetify-nix = { @@ -40,6 +41,7 @@ url = "https://github.com/hyprwm/Hyprland"; submodules = true; inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; }; home-manager = { @@ -60,11 +62,13 @@ hyprland-plugins = { url = "github:hyprwm/hyprland-plugins"; inputs.hyprland.follows = "hyprland"; + inputs.systems.follows = "systems"; }; # Hyprspace = { # url = "github:KZDKM/Hyprspace"; # inputs.hyprland.follows = "hyprland"; + # inputs.systems.follows = "systems"; # }; }; |