mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix typos
This commit is contained in:
parent
34e6673c3e
commit
3a8b6f54f6
@ -10,8 +10,8 @@ with lib; {
|
|||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
elss.graphical.xserver.enable = true;
|
elss.graphical.xserver.enable = true;
|
||||||
elss.users.dunste.enable = true;
|
elss.users.dunst.enable = true;
|
||||||
cfg.polybar.enable = true;
|
elss.graphical.xmonad.polybar.enable = true;
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
startDbusSession = true;
|
startDbusSession = true;
|
||||||
@ -19,7 +19,7 @@ with lib; {
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableContribAndExtras = true;
|
enableContribAndExtras = true;
|
||||||
};
|
};
|
||||||
displaymanager.defaultSession = "none+xmonad";
|
displayManager.defaultSession = "none+xmonad";
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
disableWhileTyping = true;
|
disableWhileTyping = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user