chore: remove x
This commit is contained in:
parent
c426807bce
commit
18902b41c3
3 changed files with 0 additions and 305 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue