aboutsummaryrefslogtreecommitdiff
path: root/nixos/ly.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/ly.nix')
-rw-r--r--nixos/ly.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/ly.nix b/nixos/ly.nix
deleted file mode 100644
index 20482d0..0000000
--- a/nixos/ly.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- pkgs,
- config,
- ...
-}: {
- services.displayManager.ly = {
- enable = true;
- };
-}