1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added lorri and direnv

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-27 21:49:55 +02:00
parent 8809c7aa7f
commit 1e34658864
2 changed files with 7 additions and 0 deletions

View File

@ -77,6 +77,8 @@
packages = with pkgs; [ gnome3.dconf ]; packages = with pkgs; [ gnome3.dconf ];
}; };
services.lorri.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;

View File

@ -49,6 +49,11 @@
enable = true; enable = true;
}; };
programs.direnv = {
enable = true;
enableZshIntegration = true;
};
xsession = { xsession = {
numlock.enable = true; numlock.enable = true;
profileExtra = '' profileExtra = ''