shows up in sddm, not launching
This commit is contained in:
parent
3ff13ec31e
commit
f4374cc5b1
3 changed files with 9 additions and 6 deletions
|
|
@ -22,4 +22,9 @@
|
||||||
cosmic-workspaces-epoch
|
cosmic-workspaces-epoch
|
||||||
xdg-desktop-portal-cosmic
|
xdg-desktop-portal-cosmic
|
||||||
];
|
];
|
||||||
|
services.xserver.displayManager.cosmic-greeter.enable = true;
|
||||||
|
services.xserver.desktopManager.cosmic.enable = true;
|
||||||
|
services.pipewire = {
|
||||||
|
enable = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -73,14 +73,12 @@
|
||||||
# inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
|
# inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||||
./systems/BASED.nix
|
./systems/BASED.nix
|
||||||
./systems/NOlaptop.nix
|
./systems/NOlaptop.nix
|
||||||
nixos-cosmic.nixosModules.default
|
|
||||||
./users/tao.nix
|
./users/tao.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
./extras/uwuraid.nix
|
./extras/uwuraid.nix
|
||||||
./extras/dev.nix
|
./extras/dev.nix
|
||||||
./extras/gaming.nix
|
./extras/gaming.nix
|
||||||
./extras/cosmic.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# NObangers = nixos-system [
|
# NObangers = nixos-system [
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
services.xserver.displayManager = {
|
# services.xserver.displayManager = {
|
||||||
autoLogin.enable = true;
|
# autoLogin.enable = true;
|
||||||
autoLogin.user = "tao";
|
# autoLogin.user = "tao";
|
||||||
};
|
# };
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# egl-wayland
|
# egl-wayland
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue