Skip to content

Commit

Permalink
remove 'xserver' prefix from displayManager.sessionPackages (#64)
Browse files Browse the repository at this point in the history
* remove 'xserver' prefix from displayManager.sessionPackages

* flake: update inputs

---------

Co-authored-by: atagen <atagen@boss.co>
Co-authored-by: Lily Foster <lily@lily.flowers>
  • Loading branch information
3 people committed Apr 12, 2024
1 parent 5e431f7 commit 2b75751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nixos/cosmic/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ in
security.polkit.enable = true;

# session packages
services.xserver.displayManager.sessionPackages = with pkgs; [ cosmic-session ];
services.displayManager.sessionPackages = with pkgs; [ cosmic-session ];
systemd.packages = with pkgs; [ cosmic-session ];

# required for screen locker
Expand Down

0 comments on commit 2b75751

Please sign in to comment.