Switch to semi-official sxmo-nix packaging
This commit is contained in:
parent
549ebb008c
commit
b67286cae0
3 changed files with 26 additions and 135 deletions
|
|
@ -1,8 +1,20 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, username, ... }:
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||
zramSwap.enable = true;
|
||||
|
||||
services.xserver.windowManager.sxmo.enable = true;
|
||||
# SWMO
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.sxmo.enable = true;
|
||||
|
||||
displayManager = {
|
||||
tinydm.enable = true;
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = username;
|
||||
defaultSession = "swmo";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue