Add fcitx, Nord Qt and lightdm, abstracted ~/.bashrc

This commit is contained in:
Elnu 2022-10-13 18:17:10 -07:00
parent 527b75331d
commit b808c6d94c
3 changed files with 59 additions and 29 deletions

View file

@ -7,15 +7,22 @@
xserver = {
enable = true;
libinput = {
enable = true;
touchpad = {
naturalScrolling = true;
enable = true; touchpad = { naturalScrolling = true;
tapping = true;
};
};
xkbOptions = "caps:escape";
displayManager = {
lightdm.enable = true;
lightdm = {
enable = true;
greeters.gtk = {
enable = true;
theme = {
name = "Nordic";
package = pkgs.nordic;
};
};
};
autoLogin = {
enable = true;
user = "elnu";
@ -29,6 +36,9 @@
};
};
# To prevent `Unit dconf.service not found.` after theming GTK in HM
programs.dconf.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;
nixpkgs.config.pulseaudio = true;