From f4374cc5b1d8cd79bea57c11f90d1baa00d2d141 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:32:55 -0800 Subject: [PATCH] shows up in sddm, not launching --- extras/cosmic.nix | 5 +++++ flake.nix | 2 -- systems/NOcomputer.nix | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/extras/cosmic.nix b/extras/cosmic.nix index dcdeb3e..0245a8d 100644 --- a/extras/cosmic.nix +++ b/extras/cosmic.nix @@ -22,4 +22,9 @@ cosmic-workspaces-epoch xdg-desktop-portal-cosmic ]; + services.xserver.displayManager.cosmic-greeter.enable = true; + services.xserver.desktopManager.cosmic.enable = true; + services.pipewire = { + enable = false; + }; } diff --git a/flake.nix b/flake.nix index 17a863e..a2f2338 100644 --- a/flake.nix +++ b/flake.nix @@ -73,14 +73,12 @@ # inputs.nixos-hardware.nixosModules.framework-12th-gen-intel ./systems/BASED.nix ./systems/NOlaptop.nix - nixos-cosmic.nixosModules.default ./users/tao.nix home-manager.nixosModules.home-manager stylix.nixosModules.stylix ./extras/uwuraid.nix ./extras/dev.nix ./extras/gaming.nix - ./extras/cosmic.nix ]; }; # NObangers = nixos-system [ diff --git a/systems/NOcomputer.nix b/systems/NOcomputer.nix index 470604a..89701d2 100644 --- a/systems/NOcomputer.nix +++ b/systems/NOcomputer.nix @@ -1,8 +1,8 @@ {pkgs, ...}: { - services.xserver.displayManager = { - autoLogin.enable = true; - autoLogin.user = "tao"; - }; + # services.xserver.displayManager = { + # autoLogin.enable = true; + # autoLogin.user = "tao"; + # }; environment.systemPackages = with pkgs; [ # egl-wayland