mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
sway: deleted orphaned config
This commit is contained in:
parent
38c2ddc338
commit
35595293c3
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
desktopConfig.windowManagers.sway.enable =
|
||||
lib.mkEnableOption "Sway window manager session.";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.desktopConfig.windowManagers.sway.enable {
|
||||
desktopConfig.displayManagers.lightdm.enable = lib.mkDefault true;
|
||||
|
||||
programs.sway.enable = true;
|
||||
|
||||
services.dbus.packages = [pkgs.gcr];
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue