diff options
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 }: |
