summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-11 16:30:04 -0700
committerFuwn <[email protected]>2024-09-11 16:30:04 -0700
commitee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65 (patch)
treebcdb4a45cd0d0f90c31422d7280db82d9f02b13c /flake.nix
parentBump: epiphany-i2p and flake dependencies (diff)
downloadnixos-config-ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65.tar.xz
nixos-config-ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65.zip
Bump: flake systems input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 00e1ea0..8ee4543 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
# };
};