chore: cleanup code

This commit is contained in:
Jacob Bachmann 2024-01-17 18:53:33 +01:00
parent c25eda0f26
commit 2effb840d8
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
7 changed files with 10 additions and 45 deletions

View file

@ -1,5 +0,0 @@
{ ... }: {
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}

View file

@ -1,12 +0,0 @@
{ lib, config, ... }: with config.bchmnn; lib.mkIf (gui.enable && lib.elem "i3" gui.flavour) {
/*
services.xserver.displayManager.sddm = {
enable = true;
wayland.enable = true;
};
programs.sway.enable = true;
*/
}

View file

@ -1,12 +0,0 @@
{ lib, config, ... }: with config.bchmnn; lib.mkIf (gui.enable && lib.elem "i3" gui.flavour) {
environment.pathsToLink = [ "/libexec" ]; # links /libexec from derivations to /run/current-system/sw
services.xserver = {
enable = true;
displayManager.startx.enable = true;
libinput.enable = true;
};
}