Noctalia Shell: Difference between revisions

Lukec (talk | contribs)
Create a page for Noctalia Shell with installation instructions
 
m Changed links from `github.com/noctalia-dev/noctalia-shell` to `github.com/noctalia-dev/noctalia` following a recent renaming they did.
 
Line 1: Line 1:
[https://github.com/noctalia-dev/noctalia-shell Noctalia Shell] is a sleek and minimal desktop shell thoughtfully crafted for Wayland.
[https://github.com/noctalia-dev/noctalia Noctalia Shell] is a sleek and minimal desktop shell thoughtfully crafted for Wayland.


Noctalia provides native support for [[Niri]], [[Hyprland]], [[Sway]], [[Scroll]], [[Labwc]] and [[MangoWC]]. Other Wayland compositors may work but could require additional configuration for compositor-specific features like workspaces and window management.<ref>https://github.com/noctalia-dev/noctalia-shell/blob/d1c0374f73ea687ae33b30fe6c4257dc0995d4f3/README.md</ref>
Noctalia provides native support for [[Niri]], [[Hyprland]], [[Sway]], [[Scroll]], [[Labwc]] and [[MangoWC]]. Other Wayland compositors may work but could require additional configuration for compositor-specific features like workspaces and window management.<ref>[https://github.com/noctalia-dev/noctalia-shell/blob/d1c0374f73ea687ae33b30fe6c4257dc0995d4f3/README.md https://github.com/noctalia-dev/noctalia/blob/d1c0374f73ea687ae33b30fe6c4257dc0995d4f3/README.md]</ref>


== Installation<ref>https://docs.noctalia.dev/getting-started/nixos/</ref> ==
== Installation<ref>https://docs.noctalia.dev/getting-started/nixos/</ref> ==
Line 18: Line 18:


     noctalia = {
     noctalia = {
       url = "github:noctalia-dev/noctalia-shell";
       url = "github:noctalia-dev/noctalia";
       inputs.nixpkgs.follows = "nixpkgs";
       inputs.nixpkgs.follows = "nixpkgs";
     };
     };
Line 49: Line 49:
     ];
     ];


     programs.noctalia-shell = {
     programs.noctalia = {
       enable = true;
       enable = true;
       settings = {
       settings = {