[NixOS] Remove sway and i3

This commit is contained in:
Ivan Malison 2023-06-22 00:58:25 -06:00
parent 0cbe933e0f
commit b24c85aa80
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,7 +1,5 @@
{ config, pkgs, ... }:
{
programs.sway.enable = true;
services.xserver.windowManager.i3.enable = true;
services.expressvpn.enable = true;
environment.systemPackages = with pkgs; [
ffmpeg