blob: 772902d09740eea3c4152015ea7ff87a6d69044b (
plain) (
tree)
|
|
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
./wmonly.nix
];
services.xserver.displayManager.sx.enable = true;
security.pam.services.swaylock = {};
environment.systemPackages = with pkgs; [
wayfire-with-plugins
wayfirePlugins.wcm
wayfirePlugins.wf-shell
waybar
alacritty
swaylock
swayfx
swaybg
swayimg
bemenu
gnome.adwaita-icon-theme
gnome.nautilus
gnome.eog
gnome.gedit
gnome.file-roller
evince
];
}
|