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.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/nixos/modules/features/noctalia-shell/default.nix b/nixos/modules/features/noctalia-shell/default.nix
deleted file mode 100644
index c9bc20c..0000000
--- a/nixos/modules/features/noctalia-shell/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ 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; [
- inputs.noctalia.packages.${stdenv.hostPlatform.system}.default
- noctalia-shell
- ];
-}