summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/flake.nix b/flake.nix
index e0359f2..5c4d28f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,21 +19,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- hyprland = {
- url = "github:hyprwm/Hyprland";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
niri = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
- noctalia = {
- url = "github:noctalia-dev/noctalia-shell";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
waybar = {
url = "github:Alexays/Waybar";
inputs.nixpkgs.follows= "nixpkgs";
@@ -73,11 +63,6 @@
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
-
- prismlauncher = {
- url = "github:PrismLauncher/PrismLauncher";
- inputs.nixpkgs.follows = "nixpkgs";
- };
};
outputs = inputs @{