feat: add nix configs for host neon with wayland, niri and nocitalia-shell

This commit is contained in:
2025-12-10 15:50:19 +01:00
parent bb8cbb2b10
commit f573e31d06
6 changed files with 313 additions and 10 deletions

7
hosts/neon/noctalia.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, inputs, ... }:
{
# install noctalia package
environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}