diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-04 13:28:39 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-04 13:28:39 +0700 |
| commit | be1db27940f3612a0b1a10ca17bfd5be670fd850 (patch) | |
| tree | 4c179819d89a7d842cd9b78fd54c11e06922c3c8 /nixos/modules/features/noctalia-shell | |
| parent | 4eba57f4e787bf97fe7dcb0e1702723aa08de01d (diff) | |
,
Diffstat (limited to 'nixos/modules/features/noctalia-shell')
| -rw-r--r-- | nixos/modules/features/noctalia-shell/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nixos/modules/features/noctalia-shell/default.nix b/nixos/modules/features/noctalia-shell/default.nix index a137d32..251ccff 100644 --- a/nixos/modules/features/noctalia-shell/default.nix +++ b/nixos/modules/features/noctalia-shell/default.nix @@ -1,10 +1,12 @@ { pkgs, inputs, ... }: { + # Noctalia shell (the desktop shell this configuration is named after). + # Two copies are installed: + # - inputs.noctalia: the project built straight from the flake input. + # - noctalia-shell: the packaged copy shipped in nixpkgs. environment.systemPackages = with pkgs; [ - # v5 from the flake input inputs.noctalia.packages.${stdenv.hostPlatform.system}.default - # packaged copy from nixpkgs (also installed in the original config) noctalia-shell ]; }
\ No newline at end of file |
