readme_fix4

This commit is contained in:
wer-zen 2025-08-28 16:59:36 +02:00
parent d57092feae
commit 92b24c6eb2

View file

@ -70,7 +70,6 @@ Features a modern modular architecture with a status bar, notification system, c
- `gpu-screen-recorder` - Screen recording functionality
- `brightnessctl` - For internal/laptop monitor brightness
- `ddcutil` - For desktop monitor brightness (might introduce some system instability with certain monitors)
- `xdg-desktop-portal-gnome` - Desktop integration (or alternative portal)
### Optional
@ -79,6 +78,7 @@ Features a modern modular architecture with a status bar, notification system, c
- `swww` - Wallpaper animations and effects
- `matugen` - Material You color scheme generation
- `cava` - Audio visualizer component
- `wlsunset` - To be able to use NightLight
> There are 2 more optional dependencies.
> Any `polkit agent` to be able to use the ArchUpdater widget.
@ -147,17 +147,17 @@ Alternatively, you can add it to your NixOS configuration or flake:
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell"
};
quickshell = {
url = "github:outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell"
};
};
outputs = { self, nixpkgs, noctalia, quickshell, ... }:
{
{
nixosConfigurations.my-host = nixpkgs.lib.nixosSystem {
modules = [
./configuration.nix