flake.nix update
This commit is contained in:
parent
bdd981e15c
commit
178ad2ac8a
2 changed files with 61 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue