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:
parent
8809c7aa7f
commit
1e34658864
@ -77,6 +77,8 @@
|
||||
packages = with pkgs; [ gnome3.dconf ];
|
||||
};
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
@ -49,6 +49,11 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
xsession = {
|
||||
numlock.enable = true;
|
||||
profileExtra = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user