flake.nix update

This commit is contained in:
wer-zen 2025-08-26 12:12:53 +02:00
parent bdd981e15c
commit 178ad2ac8a
2 changed files with 61 additions and 22 deletions

View file

@ -87,14 +87,21 @@ If you want to use the ArchUpdater Widget, make sure you have any polkit agent i
### Installation
#### For Arch
```bash
# Install Quickshell
yay -S quickshell-git
# Download and install Noctalia (latest release)
mkdir -p ~/.config/quickshell && curl -sL https://github.com/noctalia-dev/noctalia-shell/releases/latest/download/noctalia-latest.tar.gz | tar -xz --strip-components=1 -C ~/.config/quickshell
```
#### For Nix
```bash
nix run github:noctalia-dev/noctalia-shell
```
### Usage
```bash