summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 6 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index 8ecd2dd..67eee59 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,11 +25,11 @@
};
niri = {
- url = "github:YaLTeR/niri";
+ url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
- noctalia-shell = {
+ noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -84,16 +84,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ prismlauncher = {
+ url = "github:PrismLauncher/PrismLauncher";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = inputs @{
nixpkgs,
- # hyprland,
- # niri,
- # nixvim,
- # neovim-nightly-overlay,
- # spicetify-nix,
- # nixcord,
...
}: let
mkHost = { hostname, path }: