diff --git a/configuration.nix b/configuration.nix index 5aa4177..68b5d56 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,14 +76,6 @@ nixpkgs.config.allowUnfree = true; # Enable the X11 windowing system. - # services.xserver.enable = true; - services.greetd = { - enable = true; - settings = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd Hyprland"; - user = "torjus"; - }; - }; services.xserver.enable = true;