diff options
| author | adikro <adikro@disroot.org> | 2025-11-18 21:00:16 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-18 21:00:16 +0100 |
| commit | 8498fab8785d08402e2330dfb6f45f1121cd1b2b (patch) | |
| tree | 12798dedc5ff18ecc8d39d714881e351581cee0e /flake.nix | |
| parent | f685be6aea021196ee40d909aab0ab6241eef397 (diff) | |
configured a bunch of niri features
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -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 }: |
