chore: remove x

This commit is contained in:
Stefan Schwarz 2023-03-03 10:38:23 +01:00
parent c426807bce
commit 18902b41c3
3 changed files with 0 additions and 305 deletions

View file

@ -10,37 +10,6 @@ let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
in
{
services.autorandr.enable = true;
services.xserver = {
enable = true;
displayManager = {
sddm.enable = true;
defaultSession = "none+i3";
};
libinput = {
enable = true;
};
windowManager.i3 = {
enable = true;
extraPackages = with pkgs; [
arandr
autorandr
dmenu
dunst
feh
i3lock
i3status-rust
maim
xclip
];
};
};
programs.droidcam.enable = true;
programs.sway = {
enable = true;