mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Switch back to sway
This commit is contained in:
parent
22a8f78596
commit
1034e3fe25
@ -1,6 +1,11 @@
|
|||||||
{ config, pkgs, inputs, nixos-hardware, ... }: {
|
{
|
||||||
imports =
|
config,
|
||||||
[ ../../common/users.nix ./hardware-configuration.nix ./software.nix ];
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
nixos-hardware,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
imports = [../../common/users.nix ./hardware-configuration.nix ./software.nix];
|
||||||
|
|
||||||
elss = {
|
elss = {
|
||||||
# base system
|
# base system
|
||||||
|
|||||||
@ -12,7 +12,10 @@ with lib; {
|
|||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.sddm.enable = true;
|
displayManager = {
|
||||||
|
sddm.enable = true;
|
||||||
|
defaultSession = "plasmawayland";
|
||||||
|
};
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user