diff options
author | makefu <github@syntax-fehler.de> | 2016-02-11 17:06:50 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-11 17:06:50 +0100 |
commit | ab52655e941f49be7f2b479bac264c030dda061d (patch) | |
tree | 5370500d5778f861393c48e03bea0a716d9ac0ab /makefu/2configs/main-laptop.nix | |
parent | 908837089ce22e83eae2df6518ad499090d0e1ae (diff) |
ma: refactoring
Diffstat (limited to 'makefu/2configs/main-laptop.nix')
-rw-r--r-- | makefu/2configs/main-laptop.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/2configs/main-laptop.nix b/makefu/2configs/main-laptop.nix index b725f661d..32f194e6b 100644 --- a/makefu/2configs/main-laptop.nix +++ b/makefu/2configs/main-laptop.nix @@ -3,6 +3,7 @@ # stuff for the main laptop # this is pretty much nice-to-have and does # not fit into base-gui +# TODO split generic desktop stuff and laptop-specifics like lidswitching with lib; { @@ -17,8 +18,10 @@ with lib; chromium keepassx ntfs3g + at_spi2_core + gnome3.dconf virtmanager - at_spi2_core # dep for virtmanager? + krebspaste ]; services.redshift = { |