Add fcitx, Nord Qt and lightdm, abstracted ~/.bashrc
This commit is contained in:
parent
527b75331d
commit
b808c6d94c
3 changed files with 59 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue