mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-22 12:12:31 -05:00
remove i3
This commit is contained in:
parent
f690ac4fd4
commit
c426d8899f
8 changed files with 2 additions and 167 deletions
|
|
@ -5,10 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
# Wayland desktops here
|
||||
./wayland/sway.nix
|
||||
./wayland/kde.nix
|
||||
|
||||
# X11 desktops here
|
||||
./x11/i3.nix
|
||||
./sway.nix
|
||||
./kde.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf config.desktop.i3.enable {
|
||||
services.xserver = {
|
||||
displayManager.startx.enable = true;
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
xorg.xrandr
|
||||
xterm
|
||||
rofi
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue