aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/display-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/services/display-manager.nix')
-rw-r--r--nixos/services/display-manager.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/nixos/services/display-manager.nix b/nixos/services/display-manager.nix
deleted file mode 100644
index edbd360..0000000
--- a/nixos/services/display-manager.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ pkgs, lib, ... }:
-{
- programs.sway = {
- enable = true;
- wrapperFeatures.gtk = true;
- };
- services.displayManager = {
- enable = true;
- execCmd = "${pkgs.lemurs}/bin/lemurs --no-logs";
- };
-}