mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Use xmonad on nucturne
This commit is contained in:
parent
1641bd4a7b
commit
69b6e27c07
@ -1,11 +1,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
nixos-hardware,
|
||||
...
|
||||
}: {
|
||||
imports = [../../common/users.nix ./hardware-configuration.nix ./software.nix];
|
||||
{ config, pkgs, inputs, nixos-hardware, ... }: {
|
||||
imports =
|
||||
[ ../../common/users.nix ./hardware-configuration.nix ./software.nix ];
|
||||
|
||||
elss = {
|
||||
# base system
|
||||
@ -19,9 +14,10 @@
|
||||
# enable X11 with lightdm and i3
|
||||
graphical = {
|
||||
enable = true;
|
||||
sway.enable = true;
|
||||
sway.enable = false;
|
||||
i3.enable = false;
|
||||
plasma.enable = false;
|
||||
xmonad.enable = true;
|
||||
# set dpi if used in mobile applications
|
||||
# dpi = 180;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user