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, 9 insertions, 0 deletions
diff --git a/nixos/ly.nix b/nixos/ly.nix
new file mode 100644
index 0000000..20482d0
--- /dev/null
+++ b/nixos/ly.nix
@@ -0,0 +1,9 @@
+{
+ pkgs,
+ config,
+ ...
+}: {
+ services.displayManager.ly = {
+ enable = true;
+ };
+}