summaryrefslogtreecommitdiff
path: root/nixos/modules/features/noctalia-shell
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/noctalia-shell')
-rw-r--r--nixos/modules/features/noctalia-shell/default.nix6
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