From 863107670c0818ecca0a07a73ab3d1dfa6f56a03 Mon Sep 17 00:00:00 2001 From: wer-zen Date: Tue, 26 Aug 2025 14:23:02 +0200 Subject: [PATCH] README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 48939b5..8484391 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,22 @@ mkdir -p ~/.config/quickshell && curl -sL https://github.com/noctalia-dev/noctal nix run github:noctalia-dev/noctalia-shell ``` + + +##### For flakes + +```nix +{ + inputs = { + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + noctalia = { + url = "github:noctalia-dev/noctalia-shell"; + inputs.nixpkgs.follows = "nixpkgs"; + } + } +} +``` + ### Usage ```bash