summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-18 21:00:16 +0100
committeradikro <adikro@disroot.org>2025-11-18 21:00:16 +0100
commit8498fab8785d08402e2330dfb6f45f1121cd1b2b (patch)
tree12798dedc5ff18ecc8d39d714881e351581cee0e /flake.nix
parentf685be6aea021196ee40d909aab0ab6241eef397 (diff)
configured a bunch of niri features
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 }: